diff options
Diffstat (limited to 'usr/src/lib/libads/Makefile')
-rw-r--r-- | usr/src/lib/libads/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libads/Makefile b/usr/src/lib/libads/Makefile index 41b86fab1d..e1b85c9312 100644 --- a/usr/src/lib/libads/Makefile +++ b/usr/src/lib/libads/Makefile @@ -45,11 +45,10 @@ RPCGENFLAGS = -CMN CLEANFILES += $(DERIVED_FILES) -all := TARGET = all +all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint .KEEP_STATE: @@ -59,7 +58,7 @@ install: all .WAIT $(SUBDIRS) install_h: $(DERIVED_FILES) $(ROOTHDRS) -clean clobber lint: $(SUBDIRS) +clean clobber: $(SUBDIRS) check: $(CHECKHDRS) |