Home | History | Annotate | Download | only in SUNWcsr
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 #
     22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     23 # Use is subject to license terms.
     24 #
     25 # ident	"%Z%%M%	%I%	%E% SMI"
     26 #
     27 
     28 include ../Makefile.com
     29 
     30 DATAFILES += \
     31 	i.cronroot	\
     32 	i.definit	\
     33 	i.defkbd	\
     34 	i.deflogin	\
     35 	i.defpasswd	\
     36 	i.defsu		\
     37 	i.dhcpinittab	\
     38 	i.etcprofile	\
     39 	i.etcremote	\
     40 	i.etcrpc	\
     41 	i.fstypes	\
     42 	i.group		\
     43 	i.hosts		\
     44 	i.inetdconf	\
     45 	i.initd		\
     46 	i.inittab	\
     47 	i.kmfconfbase   \
     48 	i.locallogin	\
     49 	i.localprofile	\
     50 	i.logadmconf	\
     51 	i.logindevperm	\
     52 	i.mailxrc	\
     53 	i.manifest	\
     54 	r.manifest	\
     55 	i.netconfig	\
     56 	i.nscd		\
     57 	i.nsswitch	\
     58 	i.pamconf	\
     59 	i.passwd	\
     60 	i.pkcs11confbase \
     61 	i.policyconf	\
     62 	i.preserve	\
     63 	i.rbac		\
     64 	r.rbac		\
     65 	i.renamenew	\
     66 	i.renameold	\
     67 	i.seedmanifest	\
     68 	i.services	\
     69 	i.shadow	\
     70 	i.syslogconf	\
     71 	i.tiservices	\
     72 	i.ttydefs	\
     73 	i.ttysrch	\
     74 	i.vfstab
     75 
     76 LICENSEFILES += \
     77 	../../cmd/cmd-inet/sbin/ifparse/THIRDPARTYLICENSE \
     78 	../../cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.route \
     79 	../../cmd/cmd-inet/usr.sbin/ifconfig/THIRDPARTYLICENSE
     80 
     81 CHKINSTALLSRC=checkinstall.initd
     82 
     83 .KEEP_STATE:
     84 
     85 all: $(FILES) preinstall postinstall
     86 install: all pkg
     87 
     88 include ../Makefile.targ
     89