Makefile revision 573ca77e53dd31dcaebef023e7eb41969e6896c1
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# CDDL HEADER START
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# The contents of this file are subject to the terms of the
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Common Development and Distribution License (the "License").
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# You may not use this file except in compliance with the License.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# or http://www.opensolaris.org/os/licensing.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# See the License for the specific language governing permissions
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# and limitations under the License.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
0662ed52e814f8f08ef0e09956413a792584eddffuankg# When distributing Covered Code, include this CDDL HEADER in each
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# If applicable, add the following below this CDDL HEADER, with the
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# fields enclosed by brackets "[]" replaced with your own identifying
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# information: Portions Copyright [yyyy] [name of copyright owner]
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# CDDL HEADER END
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Use is subject to license terms.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg.PARALLEL:
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg
16b55a35cff91315d261d1baa776138af465c4e4fuankginclude $(SRC)/cmd/Makefile.cmd
16b55a35cff91315d261d1baa776138af465c4e4fuankg
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankgCONF = SUNW,EC_dev_status,ESC_dev_dle,sysevent.conf
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankgCONFDIR = $(ROOTETC)/sysevent/config
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# utilize the predefined install target patterns in cmd/Makefile.targ by
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# overriding ROOTCMDDIR
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankgROOTCMDDIR = $(CONFDIR)
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankgFILEMODE = 0644
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg.KEEP_STATE:
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankgall clean clobber lint:
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankginstall: $(CONF:%=$(CONFDIR)/%)
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankginclude $(SRC)/cmd/Makefile.targ
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg