diff options
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r-- | usr.bin/systat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 5a6b51524f3..68ab8380e0b 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2007/03/23 01:39:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.19 2007/12/15 17:46:23 deraadt Exp $ PROG= systat .PATH: ${.CURDIR}/../../usr.bin/vmstat +CFLAGS+=-DNOKVM CPPFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat 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 sensors.c swap.c vmstat.c |