diff options
Diffstat (limited to 'usr/src/lib/libsff/Makefile')
-rw-r--r-- | usr/src/lib/libsff/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/lib/libsff/Makefile b/usr/src/lib/libsff/Makefile index 134bf99c6d..80af3c7eb2 100644 --- a/usr/src/lib/libsff/Makefile +++ b/usr/src/lib/libsff/Makefile @@ -24,15 +24,14 @@ all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint .KEEP_STATE: -all clean clobber lint: $(SUBDIRS) +all clean clobber: $(SUBDIRS) -install: $(SUBDIRS) install_h +install: $(SUBDIRS) $(VARPD_MAPFILES) install_h -install_h: $(ROOTHDRS) +install_h: $(ROOTHDRS) check: $(CHECKHDRS) |