diff options
Diffstat (limited to 'usr/src/ucbcmd/printenv/Makefile')
-rw-r--r-- | usr/src/ucbcmd/printenv/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/ucbcmd/printenv/Makefile b/usr/src/ucbcmd/printenv/Makefile index 4fa3e209de..15053d4a82 100644 --- a/usr/src/ucbcmd/printenv/Makefile +++ b/usr/src/ucbcmd/printenv/Makefile @@ -19,9 +19,6 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1989 by Sun Microsystems, Inc. # @@ -33,12 +30,10 @@ FILEMODE= 755 .KEEP_STATE: -all: $(PROG) +all: $(PROG) install: all $(ROOTPROG) clean: -lint: lint_PROG - include ../Makefile.ucbtarg |