summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-06-27 07:13:39 +0000
committerart <art@openbsd.org>2001-06-27 07:13:39 +0000
commitbdab53cd64a351b64187994d4c3fe8a6af7fc435 (patch)
treed28fea7722c4416c0fc0d2b2ccd7d97b804dde36
parentclean cruft. (diff)
downloadwireguard-openbsd-bdab53cd64a351b64187994d4c3fe8a6af7fc435.tar.xz
wireguard-openbsd-bdab53cd64a351b64187994d4c3fe8a6af7fc435.zip
UVM is no longer an option
-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