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