diff options
Diffstat (limited to 'usr/src/cmd/psrinfo/Makefile')
-rw-r--r-- | usr/src/cmd/psrinfo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/cmd/psrinfo/Makefile b/usr/src/cmd/psrinfo/Makefile index 9117d4688e..2455b4c67d 100644 --- a/usr/src/cmd/psrinfo/Makefile +++ b/usr/src/cmd/psrinfo/Makefile @@ -18,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/psrinfo/Makefile @@ -31,9 +28,6 @@ PROG= psrinfo include ../Makefile.cmd -OWNER = root -GROUP = sys - .KEEP_STATE: all: $(PROG) |