diff options
Diffstat (limited to 'usr/src/lib/hbaapi/Makefile')
-rw-r--r-- | usr/src/lib/hbaapi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/hbaapi/Makefile b/usr/src/lib/hbaapi/Makefile index 5d4bcff0b8..f68246e167 100644 --- a/usr/src/lib/hbaapi/Makefile +++ b/usr/src/lib/hbaapi/Makefile @@ -34,7 +34,6 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint # definitions for install_h target HDRS= hbaapi.h @@ -42,7 +41,7 @@ HDRDIR= common .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) # install rule for install_h target |