diff options
Diffstat (limited to 'usr/src/cmd/sa')
-rw-r--r-- | usr/src/cmd/sa/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/cmd/sa/Makefile b/usr/src/cmd/sa/Makefile index 01fa461908..bb1ff6f10d 100644 --- a/usr/src/cmd/sa/Makefile +++ b/usr/src/cmd/sa/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. # -#pragma ident "%Z%%M% %I% %E% SMI" -# # cmd/sa/Makefile # @@ -89,13 +87,7 @@ ENTRY3= '$(COMMENT_CHAR) 5 18 * * 1-5 /usr/lib/sa/sa2 -s 8:00 -e 18:01 -i 1200 CLOBBERFILES= $(PROGS) $(SHELLS) # Conditionals -$(SYSCRONTAB) := OWNER = root -$(SYSCRONTAB) := GROUP = sys -$(ROOTBIN)/$(TIMEX) := GROUP = sys -# $(ROOTUSRSBIN)/$(SADP) := FILEMODE = 2555 -# $(ROOTUSRSBIN)/$(SADP) := GROUP = sys $(LIBSAD)/$(SADC) := FILEMODE = 0555 -$(LIBSAD)/$(SADC) := GROUP = bin .KEEP_STATE: |