Print this page
195 Need replacement for nfs/lockd+klm
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Jeremy Jones <jeremy@delphix.com>
Reviewed by: Jeff Biseda <jbiseda@delphix.com>
@@ -133,10 +133,11 @@
common/c2 \
common/des \
common/fs \
common/gssapi \
common/idmap \
+ common/klm \
common/inet \
common/inet/ipf/netinet \
common/inet/kssl \
common/inet/nca \
common/inet/sockmods/netpacket \
@@ -159,15 +160,18 @@
# are simple enough that they can be driven from the src tree.
$(CLOSED_BUILD)COMMON_HDRDIRS += $(CLOSED)/uts/common/sys
#
# Subset of COMMON_HDRDIRS in which at least one header is generated
-# at runtime (e.g., rpcgen). (This is a partial list; there are
-# other directories that should be included and do not yet have the
-# necessary Makefile support. See 6414855.)
+# at runtime (e.g., rpcgen), and in which "make clean" should run.
+# Other directories should be included here, but do not yet have the
+# necessary Makefile support (make clean). See 6414855.
#
-DYNHDRDIRS = common/rpcsvc common/idmap common/sys
+DYNHDRDIRS = common/idmap \
+ common/klm \
+ common/rpcsvc \
+ common/sys
sparc_HDRDIRS= sun/sys
i386_HDRDIRS= i86pc/vm i86xpv/vm
HDRDIRS= $(COMMON_HDRDIRS) $($(MACH)_HDRDIRS)
@@ -183,10 +187,11 @@
@cd common/sys; pwd; $(MAKE) $@
@cd common/rpc; pwd; $(MAKE) $@
@cd common/rpcsvc; pwd; $(MAKE) $@
@cd common/gssapi; pwd; $(MAKE) $@
@cd common/idmap; pwd; $(MAKE) $@
+ @cd common/klm; pwd; $(MAKE) $@
clean clobber: $($(MACH)_ARCHITECTURES) $(DYNHDRDIRS)
@if [ '$(PATCH_BUILD)' != '#' ] ; then \
echo $(RM) $(PMTMO_FILE) ; \
$(RM) $(PMTMO_FILE) ; \