Makefile revision 2f349fb3f7f2c951525d92f15ef050d897ec3244
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# CDDL HEADER START
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# The contents of this file are subject to the terms of the
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# Common Development and Distribution License (the "License").
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# You may not use this file except in compliance with the License.
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# See the License for the specific language governing permissions
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# and limitations under the License.
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# When distributing Covered Code, include this CDDL HEADER in each
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# If applicable, add the following below this CDDL HEADER, with the
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# fields enclosed by brackets "[]" replaced with your own identifying
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# information: Portions Copyright [yyyy] [name of copyright owner]
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# CDDL HEADER END
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# Use is subject to license terms.
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen DesaiCPFILES= rcS rc0 rc1 rc2 rc3 mountall shutdown swapadd umountall
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen DesaiSBINF= rcS mountall rc0 rc1 rc2 rc3 swapadd umountall
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen DesaiETCTABS= vfstab inittab nscd.conf security/crypt.conf $($(MACH)_ETCTABS)
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen DesaiSBINETC= rcS mountall rc0 rc1 rc2 rc3 rc5 rc6 swapadd umountall
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai$(ROOTETC)/security/crypt.conf := FILEMODE = 0644
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desaiins_all : $(ROOTSBINF) $(ROOTSBINL) $(ROOTUSRSBINF) $(ROOTETCTABS) \
d2fe481f82326b03c9a545af61f3379ac5d7fef1Satyen Desai# Don't re-install directories already installed by Targetdirs