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