aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-09-25 00:37:32 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-09-25 00:37:32 +0000
commit2938fb783c5c4e0c4e7a9eaf8231644b4358fd42 (patch)
treed4fb7a07c38fd67445e9709adab770ba8a8066ec /usr.bin/systat/Makefile
parent6fce01c9901c03019f8c4d41b012ec63c50f826e (diff)
Emboldened by the success of yesterday's ICMP statistics display,
I've now added one that does IP (and also UDP) statistics.
Notes
Notes: svn path=/head/; revision=29839
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 55a8883b2ca5..4664fd567ebd 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