1*943e9869SLori Alt#
2*943e9869SLori Alt# CDDL HEADER START
3*943e9869SLori Alt#
4*943e9869SLori Alt# The contents of this file are subject to the terms of the
5*943e9869SLori Alt# Common Development and Distribution License (the "License").
6*943e9869SLori Alt# You may not use this file except in compliance with the License.
7*943e9869SLori Alt#
8*943e9869SLori Alt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*943e9869SLori Alt# or http://www.opensolaris.org/os/licensing.
10*943e9869SLori Alt# See the License for the specific language governing permissions
11*943e9869SLori Alt# and limitations under the License.
12*943e9869SLori Alt#
13*943e9869SLori Alt# When distributing Covered Code, include this CDDL HEADER in each
14*943e9869SLori Alt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*943e9869SLori Alt# If applicable, add the following below this CDDL HEADER, with the
16*943e9869SLori Alt# fields enclosed by brackets "[]" replaced with your own identifying
17*943e9869SLori Alt# information: Portions Copyright [yyyy] [name of copyright owner]
18*943e9869SLori Alt#
19*943e9869SLori Alt# CDDL HEADER END
20*943e9869SLori Alt#
21*943e9869SLori Alt#
22*943e9869SLori Alt# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23*943e9869SLori Alt#
24*943e9869SLori Alt
25*943e9869SLori Alt.PARALLEL:
26*943e9869SLori Alt
27*943e9869SLori Altinclude $(SRC)/cmd/Makefile.cmd
28*943e9869SLori Alt
29*943e9869SLori AltCONF = SUNW,EC_zfs,ESC_ZFS_bootfs_vdev_attach,sysevent.conf
30*943e9869SLori AltCONFDIR = $(ROOTETC)/sysevent/config
31*943e9869SLori Alt
32*943e9869SLori Alt# utilize the predefined install target patterns in cmd/Makefile.targ by
33*943e9869SLori Alt# overriding ROOTCMDDIR
34*943e9869SLori Alt#
35*943e9869SLori AltROOTCMDDIR = $(CONFDIR)
36*943e9869SLori AltFILEMODE = 0644
37*943e9869SLori Alt
38*943e9869SLori Alt.KEEP_STATE:
39*943e9869SLori Alt
40*943e9869SLori Altall clean clobber lint:
41*943e9869SLori Alt
42*943e9869SLori Altinstall: $(CONF:%=$(CONFDIR)/%)
43*943e9869SLori Alt
44*943e9869SLori Altinclude $(SRC)/cmd/Makefile.targ
45