summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-09-25 00:37:32 +0000
committerwollman <wollman@FreeBSD.org>1997-09-25 00:37:32 +0000
commit92277fa474d464011e3bfb7177f8a1c51d582404 (patch)
treec575e0d5e7857e59dc91a205ecd44cc0af84cbf2 /usr.bin/systat/Makefile
parent6c4e9fc61332696898bfd76840cc344e5d8f7b95 (diff)
downloadFreeBSD-src-92277fa474d464011e3bfb7177f8a1c51d582404.zip
FreeBSD-src-92277fa474d464011e3bfb7177f8a1c51d582404.tar.gz
Emboldened by the success of yesterday's ICMP statistics display,
I've now added one that does IP (and also UDP) statistics.
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 55a8883..4664fd5 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 icmp.c mode.c
+ mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c ip.c
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM}
LDADD= -lcurses -ltermcap -lm -lkvm
BINGRP= kmem
OpenPOWER on IntegriCloud