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