diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2015-10-24 09:34:40 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2015-10-24 09:34:40 +0000 |
commit | 1eaa5682378d16d158d5c9e909ce762c9267c03c (patch) | |
tree | 3f7879d6391bf0c33708d5cb038c454e8d6fd7a7 /usr.bin/systat/Makefile | |
parent | a1a3d6f4c136ce0b7f58293622e65b4edac89c82 (diff) |
Add support to systat to display SCTP statistics.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=289873
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r-- | usr.bin/systat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 18fd1b1c0bb7..f0de9fbaeecf 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -6,7 +6,7 @@ PROG= systat SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \ netcmds.c netstat.c pigs.c swap.c icmp.c \ - mode.c ip.c tcp.c zarc.c \ + mode.c ip.c sctp.c tcp.c zarc.c \ vmstat.c convtbl.c ifcmds.c ifstat.c .if ${MK_INET6_SUPPORT} != "no" |