summaryrefslogtreecommitdiff
path: root/usr.bin/top/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/top/Makefile')
-rw-r--r--usr.bin/top/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 03bdf1fa9ed..775d073a792 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2000/06/05 16:39:51 art Exp $
+# $OpenBSD: Makefile,v 1.6 2000/09/03 18:41:20 espie Exp $
#
# Makefile for OpenBSD top-3.4.
@@ -21,6 +21,6 @@ sigdesc.h: sigconv.awk
.include <bsd.prog.mk>
-.if (${UVM} == "yes")
+.if (${UVM:L} == "yes")
CFLAGS+=-DUVM
.endif