summaryrefslogtreecommitdiff
path: root/usr/src/cmd/boot/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/boot/Makefile.com')
-rw-r--r--usr/src/cmd/boot/Makefile.com8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/cmd/boot/Makefile.com b/usr/src/cmd/boot/Makefile.com
index c0a9a0e880..833564208c 100644
--- a/usr/src/cmd/boot/Makefile.com
+++ b/usr/src/cmd/boot/Makefile.com
@@ -19,11 +19,9 @@
# CDDL HEADER END
#
#
-# Copyright 2007 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"
-#
include $(SRC)/cmd/Makefile.cmd
@@ -35,14 +33,10 @@ ROOTBOOTSOLARISBIN= $(ROOTBOOTSOLARIS)/bin
ROOTBOOTSOLARISBINPROG= $(BOOTPROG:%=$(ROOTBOOTSOLARISBIN)/%)
-$(ROOTBOOTSOLARISBINPROG) := OWNER= root
-$(ROOTBOOTSOLARISBINPROG) := GROUP= bin
$(ROOTBOOTSOLARISBINPROG) := FILEMODE= 0555
ROOTBOOTSOLARISDATA= $(DATA:%=$(ROOTBOOTSOLARIS)/%)
-$(ROOTBOOTSOLARISDATA) := OWNER= root
-$(ROOTBOOTSOLARISDATA) := GROUP= sys
$(ROOTBOOTSOLARISDATA) := FILEMODE= 0644
ROOTUSRSBINLINKS= $(SBINLINKS:%=$(ROOTUSRSBIN)/%)