summaryrefslogtreecommitdiff
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-27 07:13:40 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-27 07:13:40 +0000
commitd9b0ec3aae572a6fc2adc68e67a1d1521e1ab3dc (patch)
treec15eb0b54c32a0d471e1faab7663c7804f240b24 /usr.bin/systat
parent0b858e0f834763c30b9c7ad93c10d8df82fe8a91 (diff)
UVM is no longer an option
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 7e02b3109d0..05eb654dd6c 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2000/09/03 18:41:20 espie Exp $
+# $OpenBSD: Makefile,v 1.13 2001/06/27 07:13:39 art Exp $
PROG= systat
@@ -16,6 +16,3 @@ CPPFLAGS+=-DINET6
.include <bsd.prog.mk>
-.if (${UVM:L} == "yes")
-CFLAGS+=-DUVM
-.endif