diff options
Diffstat (limited to 'usr/src/lib/libexacct/Makefile')
-rw-r--r-- | usr/src/lib/libexacct/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libexacct/Makefile b/usr/src/lib/libexacct/Makefile index f09d2183a7..4bbfb1cd6c 100644 --- a/usr/src/lib/libexacct/Makefile +++ b/usr/src/lib/libexacct/Makefile @@ -35,7 +35,6 @@ clean := TARGET = clean clobber := TARGET = clobber delete := TARGET = delete install := TARGET = install -lint := TARGET = lint _msg := TARGET = _msg package := TARGET = package @@ -50,7 +49,7 @@ GREP= grep .KEEP_STATE: -all debug clean clobber delete install lint package: $(SUBDIRS) +all debug clean clobber delete install package: $(SUBDIRS) install_h: $(ROOTHDRS) |