aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2009-02-15 16:16:38 +0000
committerBruce M Simpson <bms@FreeBSD.org>2009-02-15 16:16:38 +0000
commit57e9cb8cdaa0300a0b710be3d0f0cd56c2000c0e (patch)
treed0342bee1542ac527afef6f9b72efe2ba2589c90 /usr.bin/netstat/Makefile
parent5690c13d14280d90c66db064a4dd98849b541749 (diff)
downloadsrc-57e9cb8cdaa0300a0b710be3d0f0cd56c2000c0e.tar.gz
src-57e9cb8cdaa0300a0b710be3d0f0cd56c2000c0e.zip
Now that ifmcstat(8) does not suck, retire host-mode netstat -g.
This change will not be back-ported.
Notes
Notes: svn path=/head/; revision=188649
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r--usr.bin/netstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index bb73c6703262..df31aecaf94e 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -4,7 +4,7 @@
.include <bsd.own.mk>
PROG= netstat
-SRCS= if.c inet.c main.c mbuf.c mcast.c mroute.c route.c \
+SRCS= if.c inet.c main.c mbuf.c mroute.c route.c \
unix.c atalk.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c
WARNS?= 3