summaryrefslogtreecommitdiff
path: root/usr/src/uts/Makefile
diff options
context:
space:
mode:
authorJohn Forte <John.Forte@Sun.COM>2008-10-14 15:09:13 -0700
committerJohn Forte <John.Forte@Sun.COM>2008-10-14 15:09:13 -0700
commitfcf3ce441efd61da9bb2884968af01cb7c1452cc (patch)
tree0e80d59ad41702571586195bf099ccc14222ce02 /usr/src/uts/Makefile
parent247b82a1f1cb5ebd2d163bd9afdb1a3065611962 (diff)
downloadillumos-joyent-fcf3ce441efd61da9bb2884968af01cb7c1452cc.tar.gz
6745433 Merge NWS consolidation into OS/Net consolidation
Diffstat (limited to 'usr/src/uts/Makefile')
-rw-r--r--usr/src/uts/Makefile31
1 files changed, 26 insertions, 5 deletions
diff --git a/usr/src/uts/Makefile b/usr/src/uts/Makefile
index 916b21b07a..abdab6d9d4 100644
--- a/usr/src/uts/Makefile
+++ b/usr/src/uts/Makefile
@@ -93,6 +93,10 @@ clean clobber: $($(MACH)_ARCHITECTURES)
$(RM) $(PMTMO_FILE) ; \
fi
+EXTRA_CLOBBER_TARGETS= common/avs/ns/rdc
+clobber: $(EXTRA_CLOBBER_TARGETS)
+
+
clean.lint modlist: $($(MACH)_ARCHITECTURES)
install_dirs:
@@ -138,11 +142,28 @@ $(PMTMO_FILE) pmtmo_file: $(PATCH_MAKEUP_TABLE)
# the architecture/machine dependent subdirectories are in completely
# isomorphic locations.
#
-COMMON_HDRDIRS= common/des common/fs common/gssapi common/inet common/net \
- common/netinet common/nfs common/rpc common/sys common/vm \
- common/c2 common/pcmcia/sys common/rpcsvc common/inet/kssl \
- common/inet/nca common/inet/ipf/netinet common/ipp common/idmap \
- common/sharefs common/smbsrv
+COMMON_HDRDIRS= common/avs \
+ common/c2 \
+ common/des \
+ common/fs \
+ common/gssapi \
+ common/idmap \
+ common/inet \
+ common/inet/ipf/netinet \
+ common/inet/kssl \
+ common/inet/nca \
+ common/ipp \
+ common/net \
+ common/netinet \
+ common/nfs \
+ common/pcmcia/sys \
+ common/rpc \
+ common/rpcsvc \
+ common/sharefs \
+ common/smbsrv \
+ common/sys \
+ common/vm
+
# These aren't the only headers in closed. But the other directories
# are simple enough that they can be driven from the src tree.