diff options
author | wollman <wollman@FreeBSD.org> | 1997-09-24 02:43:45 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1997-09-24 02:43:45 +0000 |
commit | 57eb2ca27ae0db0529c08d313a97117ed75cd0f8 (patch) | |
tree | d9d0748fd095f3ebbc0424d1780b409d6895560c /usr.bin/systat/Makefile | |
parent | ace16f9a4bb54d69518d6aaddf9ba9d6fe278e7c (diff) | |
download | FreeBSD-src-57eb2ca27ae0db0529c08d313a97117ed75cd0f8.zip FreeBSD-src-57eb2ca27ae0db0529c08d313a97117ed75cd0f8.tar.gz |
Add a mode to display ICMP statistics.
Inspired by: IRIX netstat -C
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 eabc3ce..55a8883 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 |