diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1997-09-24 02:43:45 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1997-09-24 02:43:45 +0000 |
commit | 03e00a72c68a5546196978ca2a460d8cf361dd44 (patch) | |
tree | 75b5a19caf62b6d475f7fb215e8080214c72f737 /usr.bin/systat/Makefile | |
parent | 1ed24bcde488937bd2b99a7caecc3f5f71ebb1d7 (diff) |
Add a mode to display ICMP statistics.
Inspired by: IRIX netstat -C
Notes
Notes:
svn path=/head/; revision=29759
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 eabc3ce6da59..55a8883b2ca5 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -3,7 +3,7 @@ PROG= systat CFLAGS+=-I${.CURDIR}/../../sys -I${.CURDIR}/../vmstat SRCS= cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c vmstat.c main.c \ - mbufs.c netcmds.c netstat.c pigs.c swap.c + mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM} LDADD= -lcurses -ltermcap -lm -lkvm BINGRP= kmem |