943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# CDDL HEADER START
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# The contents of this file are subject to the terms of the
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# Common Development and Distribution License (the "License").
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# You may not use this file except in compliance with the License.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# or http://www.opensolaris.org/os/licensing.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# See the License for the specific language governing permissions
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# and limitations under the License.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# When distributing Covered Code, include this CDDL HEADER in each
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# If applicable, add the following below this CDDL HEADER, with the
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# fields enclosed by brackets "[]" replaced with your own identifying
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# information: Portions Copyright [yyyy] [name of copyright owner]
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# CDDL HEADER END
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Alt.PARALLEL:
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altinclude $(SRC)/cmd/Makefile.cmd
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori AltCONF = SUNW,EC_zfs,ESC_ZFS_bootfs_vdev_attach,sysevent.conf
943e986932fa226a74f0366cc19011abfba3d246Lori AltCONFDIR = $(ROOTETC)/sysevent/config
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# utilize the predefined install target patterns in cmd/Makefile.targ by
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# overriding ROOTCMDDIR
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori AltROOTCMDDIR = $(CONFDIR)
943e986932fa226a74f0366cc19011abfba3d246Lori AltFILEMODE = 0644
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Alt.KEEP_STATE:
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altall clean clobber lint:
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altinstall: $(CONF:%=$(CONFDIR)/%)
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altinclude $(SRC)/cmd/Makefile.targ