summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vmstat/Makefile')
-rw-r--r--usr.bin/vmstat/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index a9b057cbe9e..dae7214c04a 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/21 11:51:52 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 1999/06/23 18:48:12 art Exp $
PROG= vmstat
@@ -10,3 +10,7 @@ BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>
+
+.if (${UVM} == "yes")
+CFLAGS+=-DUVM
+.endif