summaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 030bd9f72a0..dabc5a97850 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2008/11/08 06:38:27 canacar Exp $
+# $OpenBSD: Makefile,v 1.23 2009/06/19 07:48:45 jasper Exp $
PROG= systat
@@ -8,8 +8,8 @@ CFLAGS+=-DNOKVM
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat
CPPFLAGS+=-I${.CURDIR}/../../sbin/pfctl
SRCS= dkstats.c engine.c if.c iostat.c main.c mbufs.c netstat.c \
- pigs.c sensors.c swap.c vmstat.c pftop.c cache.c pf.c pool.c \
- malloc.c
+ nfs.c pigs.c sensors.c swap.c vmstat.c pftop.c cache.c pf.c \
+ pool.c malloc.c
DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM}
LDADD= -lcurses -lm -lkvm