usr/src/lib/libraidcfg/Makefile
changeset 3622 eed77e5fc4ad
parent 3457 95f0a08d05e5
--- a/usr/src/lib/libraidcfg/Makefile	Thu Feb 08 11:58:00 2007 -0800
+++ b/usr/src/lib/libraidcfg/Makefile	Thu Feb 08 18:32:09 2007 -0800
@@ -30,6 +30,8 @@
 
 include $(SRC)/lib/Makefile.lib
 
+HDRS =		raidcfg_spi.h raidcfg.h
+HDRDIR =	common
 SUBDIRS =	$(MACH)
 $(BUILD64)SUBDIRS += $(MACH64)
 
@@ -47,6 +49,10 @@
 
 all clean clobber install lint: $(SUBDIRS)
 
+install_h: $(ROOTHDRS)
+
+check: $(CHECKHDRS)
+
 $(SUBDIRS):	FRC
 	@cd $@; pwd; $(MAKE) $(TARGET)