diff options
Diffstat (limited to 'usr/src/lib/libidmap/Makefile')
-rw-r--r-- | usr/src/lib/libidmap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libidmap/Makefile b/usr/src/lib/libidmap/Makefile index a2a6cccd23..c55d64113e 100644 --- a/usr/src/lib/libidmap/Makefile +++ b/usr/src/lib/libidmap/Makefile @@ -38,15 +38,14 @@ XGETFLAGS = --foreign-user --strict -n -E --width=72 \ --omit-header --keyword=directoryError:2 \ --language=C --force-po -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) |