diff options
Diffstat (limited to 'usr/src/lib/libtsalarm/Makefile')
-rw-r--r-- | usr/src/lib/libtsalarm/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libtsalarm/Makefile b/usr/src/lib/libtsalarm/Makefile index 56ffb3ba6c..038a1483c6 100644 --- a/usr/src/lib/libtsalarm/Makefile +++ b/usr/src/lib/libtsalarm/Makefile @@ -22,9 +22,6 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libtsalarm/Makefile include $(SRC)/lib/Makefile.lib @@ -35,11 +32,10 @@ clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install install_h := TARGET= install_h -lint := TARGET= lint .KEEP_STATE: -all clean clobber install_h lint : $(SUBDIRS) +all clean clobber install_h: $(SUBDIRS) install : $(SUBDIRS) |