summaryrefslogtreecommitdiff
path: root/bin/ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r--bin/ps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 92b75b3ed33..0aefaa3930f 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2000/05/28 04:22:31 art Exp $
+# $OpenBSD: Makefile,v 1.6 2000/09/03 18:41:11 espie Exp $
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
@@ -8,7 +8,7 @@ BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>
-.if (${UVM} == "yes")
+.if (${UVM:L} == "yes")
CFLAGS+=-DUVM
.endif