summaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2004-11-16 09:52:34 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2004-11-16 09:52:34 +0000
commitdc7846e62c6ac62ebf9919e61a103acda804bf2e (patch)
tree5527cb1e22172b934c443618bffddecd101c2fa9 /usr.bin/systat/Makefile
parent6fd089cc630259f0e715a2173767d25fd646d117 (diff)
print network interface stats with 'systat ifstat'; ok deraadt, mickey
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 44612b558f6..ada225f1cf4 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.15 2004/09/29 21:59:28 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 2004/11/16 09:52:33 markus Exp $
PROG= systat
.PATH: ${.CURDIR}/../../usr.bin/vmstat
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat
-SRCS= cmds.c cmdtab.c disks.c dkstats.c fetch.c iostat.c keyboard.c \
+SRCS= cmds.c cmdtab.c disks.c dkstats.c fetch.c if.c iostat.c keyboard.c \
main.c mbufs.c netcmds.c netstat.c pigs.c swap.c vmstat.c
DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM}
LDADD= -lcurses -lm -lkvm