diff options
Diffstat (limited to 'usr/src/lib/libwrap/Makefile')
-rw-r--r-- | usr/src/lib/libwrap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libwrap/Makefile b/usr/src/lib/libwrap/Makefile index 517b9ae163..5b45ed444b 100644 --- a/usr/src/lib/libwrap/Makefile +++ b/usr/src/lib/libwrap/Makefile @@ -13,15 +13,14 @@ HDRDIR = . SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) -all := TARGET = all +all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) |