diff options
Diffstat (limited to 'usr/src/cmd/initpkg/Makefile')
| -rw-r--r-- | usr/src/cmd/initpkg/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/usr/src/cmd/initpkg/Makefile b/usr/src/cmd/initpkg/Makefile index f8a685681c..4cdb5673fa 100644 --- a/usr/src/cmd/initpkg/Makefile +++ b/usr/src/cmd/initpkg/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# SHFILES= dfstab vfstab CPFILES= rcS rc0 rc1 rc2 rc3 mountall shutdown swapadd umountall @@ -52,8 +49,6 @@ DFSTAB= dfstab SBINETC= rcS mountall rc0 rc1 rc2 rc3 rc5 rc6 swapadd umountall USRSBINETC= shutdown -OWNER= root -GROUP= sys FILEMODE= 0744 ROOTSBINF= $(SBINF:%=$(ROOTSBIN)/%) @@ -111,7 +106,7 @@ ins_all : $(ROOTSBINF) $(ROOTSBINL) $(ROOTUSRSBINF) $(ROOTETCTABS) \ # $(INS.dir) $(SUBDIRS): FRC - @cd $@; pwd; ROOT=$(ROOT) CH=$(CH) sh mk.$@.sh + @cd $@; pwd; ROOT=$(ROOT) sh mk.$@.sh FRC: |
