Makefile revision 27092493f25ffcb9366c35fb42b2b004a5b527ec
6112N/A#
6112N/A# CDDL HEADER START
6112N/A#
6112N/A# The contents of this file are subject to the terms of the
6112N/A# Common Development and Distribution License (the "License").
6112N/A# You may not use this file except in compliance with the License.
6112N/A#
6112N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6112N/A# or http://www.opensolaris.org/os/licensing.
6112N/A# See the License for the specific language governing permissions
6112N/A# and limitations under the License.
6112N/A#
6112N/A# When distributing Covered Code, include this CDDL HEADER in each
6112N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6112N/A# If applicable, add the following below this CDDL HEADER, with the
6112N/A# fields enclosed by brackets "[]" replaced with your own identifying
6112N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6112N/A#
6112N/A# CDDL HEADER END
6112N/A#
6112N/A#
6112N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
6112N/A# Use is subject to license terms.
6112N/A#
6112N/A# ident "%Z%%M% %I% %E% SMI"
6112N/A#
6112N/A
6112N/Ainclude ../Makefile.com
6112N/A
6112N/ADATAFILES += \
6112N/A i.cronroot \
6112N/A i.definit \
6112N/A i.deflogin \
6112N/A i.defpasswd \
6112N/A i.defsu \
6112N/A i.dhcpinittab \
6112N/A i.etcprofile \
6112N/A i.etcremote \
6112N/A i.etcrpc \
6112N/A i.fstypes \
6112N/A i.group \
6112N/A i.hosts \
6112N/A i.inetdconf \
6112N/A i.initd \
6112N/A i.inittab \
6112N/A i.locallogin \
6136N/A i.localprofile \
6136N/A i.logadmconf \
6136N/A i.mailxrc \
6136N/A i.manifest \
6136N/A r.manifest \
6136N/A i.netconfig \
6136N/A i.nscd \
6112N/A i.nsswitch \
6112N/A i.pamconf \
6112N/A i.passwd \
6112N/A i.pkcs11confbase \
6112N/A i.policyconf \
6112N/A i.preserve \
6112N/A i.rbac \
6112N/A r.rbac \
6112N/A i.renamenew \
6112N/A i.renameold \
6112N/A i.rmmconf \
6112N/A i.services \
6112N/A i.shadow \
6112N/A i.syslogconf \
6112N/A i.tiservices \
6112N/A i.ttydefs \
6112N/A i.ttysrch \
6112N/A i.vfstab \
6112N/A i.voldconf
6112N/A
6112N/ACHKINSTALLSRC=checkinstall.initd
6112N/A
6112N/A.KEEP_STATE:
6112N/A
6112N/Aall: $(FILES) preinstall postinstall
6112N/Ainstall: all pkg
6112N/A
6112N/Ainclude ../Makefile.targ
6112N/A