summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-09-27 00:44:55 +0000
committerwollman <wollman@FreeBSD.org>1997-09-27 00:44:55 +0000
commitb26754caaa6ecf592abaff08257fcfe77670329d (patch)
treee75d4eea856de989b620638e2e31349f3843d4d7 /usr.bin/systat/Makefile
parent8a0c7c5ebea846771a4563a1dcee351b84d37803 (diff)
downloadFreeBSD-src-b26754caaa6ecf592abaff08257fcfe77670329d.zip
FreeBSD-src-b26754caaa6ecf592abaff08257fcfe77670329d.tar.gz
Having done ICMP, UDP, and IP, could a TCP display be far behind?
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 4664fd5..d45e526 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 ip.c
+ mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c ip.c tcp.c
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM}
LDADD= -lcurses -ltermcap -lm -lkvm
BINGRP= kmem
OpenPOWER on IntegriCloud