summaryrefslogtreecommitdiff
path: root/usr/src/cmd/su/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/su/Makefile')
-rw-r--r--usr/src/cmd/su/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/cmd/su/Makefile b/usr/src/cmd/su/Makefile
index 9046af3a10..6eb13dd6df 100644
--- a/usr/src/cmd/su/Makefile
+++ b/usr/src/cmd/su/Makefile
@@ -19,11 +19,9 @@
# CDDL HEADER END
#
#
-# Copyright 2006 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"
-#
# build two versions, su and su.static
# su.static is dynamically linked; the .static suffix is historical.
@@ -41,8 +39,6 @@ PROG_STATIC = $(ROOTSBIN)/$(ROOTFS_PROG)
# set /usr/bin/su to 4555; set /sbin/su.static to 0555
FILEMODE = 04555
-GROUP = sys
-
$(PROG_STATIC) := FILEMODE = 0555
# A reduced su.static is created, with just enough functionality