summaryrefslogtreecommitdiff
path: root/networking/Makefile
diff options
context:
space:
mode:
authorEric Andersen2001-10-31 11:00:46 +0000
committerEric Andersen2001-10-31 11:00:46 +0000
commit31a0ece3a711dd24cdb49c3a0a83ad4838f27e6e (patch)
tree1923b9294fda55f1686f52a2c1d1acfe2c791f5f /networking/Makefile
parent7d6829096d611e405f434ee603209c7fd93af3a4 (diff)
downloadbusybox-31a0ece3a711dd24cdb49c3a0a83ad4838f27e6e.zip
busybox-31a0ece3a711dd24cdb49c3a0a83ad4838f27e6e.tar.gz
Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>
Diffstat (limited to 'networking/Makefile')
-rw-r--r--networking/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Makefile b/networking/Makefile
index 4dd0cdb..4b522ff 100644
--- a/networking/Makefile
+++ b/networking/Makefile
@@ -28,6 +28,7 @@ obj- :=
obj-$(CONFIG_HOSTNAME) += hostname.o
obj-$(CONFIG_IFCONFIG) += ifconfig.o
obj-$(CONFIG_NC) += nc.o
+obj-$(CONFIG_NETSTAT) += netstat.o
obj-$(CONFIG_NSLOOKUP) += nslookup.o
obj-$(CONFIG_PING) += ping.o
obj-$(CONFIG_ROUTE) += route.o