diff options
Diffstat (limited to 'usr/src/ucbcmd/sum/Makefile')
-rw-r--r-- | usr/src/ucbcmd/sum/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/ucbcmd/sum/Makefile b/usr/src/ucbcmd/sum/Makefile index 4d9b9a556e..85001fc61e 100644 --- a/usr/src/ucbcmd/sum/Makefile +++ b/usr/src/ucbcmd/sum/Makefile @@ -19,9 +19,6 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1989,1996 by Sun Microsystems, Inc. # All rights reserved. # @@ -35,12 +32,10 @@ CPPFLAGS += -D_FILE_OFFSET_BITS=64 .KEEP_STATE: -all: $(PROG) +all: $(PROG) install: all $(ROOTPROG) clean: -lint: lint_PROG - include ../Makefile.ucbtarg |