summaryrefslogtreecommitdiff
path: root/usr/src/lib/storage/libg_fc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/storage/libg_fc/Makefile')
-rw-r--r--usr/src/lib/storage/libg_fc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/storage/libg_fc/Makefile b/usr/src/lib/storage/libg_fc/Makefile
index a34711fa65..1c6447ae6d 100644
--- a/usr/src/lib/storage/libg_fc/Makefile
+++ b/usr/src/lib/storage/libg_fc/Makefile
@@ -32,19 +32,18 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
HDRS = gfc.h g_state.h g_scsi.h
HDRDIR = common/hdrs
.KEEP_STATE:
-
+
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)