summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2010-02-22 15:57:36 +0000
committerrwatson <rwatson@FreeBSD.org>2010-02-22 15:57:36 +0000
commitd193f17354c51e84fa496618fb458bd1c0a98e76 (patch)
tree36b4b6a1270119dfd845e45faf4520117c2baf66 /usr.bin/netstat/Makefile
parentac0cbafef70fea6b297da40e08bd86b154e58079 (diff)
downloadFreeBSD-src-d193f17354c51e84fa496618fb458bd1c0a98e76.zip
FreeBSD-src-d193f17354c51e84fa496618fb458bd1c0a98e76.tar.gz
Teach netstat(1) to print out netisr statistics when given the -Q argument.
Currently supports only reporting on live systems via sysctl, kmem support needs to be edded. MFC after: 1 week Sponsored by: Juniper Networks
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 df31aec..8f00901 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 mroute.c route.c \
+SRCS= if.c inet.c main.c mbuf.c mroute.c netisr.c route.c \
unix.c atalk.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c
WARNS?= 3
OpenPOWER on IntegriCloud