diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-15 17:46:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-15 17:46:24 +0000 |
commit | 38cd0255e31f83d47d317b39a65229b40704bddf (patch) | |
tree | 7ad7d7938204b6cd12eac6fa4325a08b01e647a4 /usr.bin | |
parent | 557131fcec0583e3d18ad8862c0cf3eea3500428 (diff) |
-DNOKVM will compile iostat.c without kvm support, which it does not need
Diffstat (limited to 'usr.bin')
-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 |