summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-27 06:16:53 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-27 06:16:53 +0000
commit82d5fc3837a1eea29deb57619991f47be2290723 (patch)
tree51e70dd744afb94c3256dd97afb14ae3bdca3d6a /usr.bin/vmstat/Makefile
parent2dda233b203f5ed37ee4b69b290902b48059865d (diff)
UVM is no longer an option
Diffstat (limited to 'usr.bin/vmstat/Makefile')
-rw-r--r--usr.bin/vmstat/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index 77e36ae4862..effbf02831a 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2000/09/03 18:41:20 espie Exp $
+# $OpenBSD: Makefile,v 1.7 2001/06/27 06:16:50 art Exp $
PROG= vmstat
@@ -11,6 +11,3 @@ BINMODE=2555
.include <bsd.prog.mk>
-.if (${UVM:L} == "yes")
-CFLAGS+=-DUVM
-.endif