summaryrefslogtreecommitdiff
path: root/usr/src/Makefile.lint
diff options
context:
space:
mode:
authorAnurag S. Maskey <Anurag.Maskey@Sun.COM>2010-02-25 22:05:58 -0500
committerAnurag S. Maskey <Anurag.Maskey@Sun.COM>2010-02-25 22:05:58 -0500
commit6ba597c56d749c61b4f783157f63196d7b2445f0 (patch)
treef723e502e6a07690117ebc91df6130954ea29fb3 /usr/src/Makefile.lint
parent07377e5e51e2e8f6251029c3b5808547d9d1c54d (diff)
downloadillumos-gate-6ba597c56d749c61b4f783157f63196d7b2445f0.tar.gz
PSARC/2008/532 NWAM Phase 1
PSARC/2009/577 Network Auto-Magic (NWAM) Phase 1 Updates PSARC/2010/049 Network Auto-Magic (NWAM) Phase 1 Updates part 2 4087814 User friendly utility wanted for network config, able to add network interfaces. 6509720 support configuration using DHCP "inform" and static IP address 6553627 network/physical:default and network/physical:nwam should be mutually-exclusive (perhaps a property) 6609581 nwam does not start the dns/client service after configuring the network 6664072 nwam profiles should include name service configuration properties 6723947 setting static MAC address should be possible 6794043 NWAM needs more complete profile support 6914190 Support for unmanaged network interfaces in NWAM - hands off 6921971 nwamd fails to run teardown/net-svc after suspend/resume --HG-- rename : usr/src/cmd/cmd-inet/lib/nwamd/interface.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_ip.c rename : usr/src/cmd/cmd-inet/lib/nwamd/wireless.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c rename : usr/src/cmd/cmd-inet/lib/nwamd/events.c => usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c rename : usr/src/cmd/cmd-inet/lib/nwamd/functions.h => usr/src/cmd/cmd-inet/lib/nwamd/util.h
Diffstat (limited to 'usr/src/Makefile.lint')
-rw-r--r--usr/src/Makefile.lint6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/Makefile.lint b/usr/src/Makefile.lint
index 3995f7d9f7..8600211ab7 100644
--- a/usr/src/Makefile.lint
+++ b/usr/src/Makefile.lint
@@ -20,7 +20,7 @@
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -68,6 +68,8 @@ COMMON_SUBDIRS = \
cmd/clinfo \
cmd/cmd-crypto \
cmd/cmd-inet/lib \
+ cmd/cmd-inet/lib/netcfgd \
+ cmd/cmd-inet/lib/nwamd \
cmd/cmd-inet/sbin \
cmd/cmd-inet/usr.bin \
cmd/cmd-inet/usr.lib/bridged \
@@ -85,6 +87,8 @@ COMMON_SUBDIRS = \
cmd/cmd-inet/usr.sadm \
cmd/cmd-inet/usr.sbin \
cmd/cmd-inet/usr.sbin/ilbadm \
+ cmd/cmd-inet/usr.sbin/nwamadm \
+ cmd/cmd-inet/usr.sbin/nwamcfg \
cmd/col \
cmd/compress \
cmd/consadm \