summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat/Makefile')
-rw-r--r--usr.bin/fstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index 229f1f0b955..f95b67ac892 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2000/01/17 16:26:18 itojun Exp $
+# $OpenBSD: Makefile,v 1.7 2000/09/03 18:41:17 espie Exp $
PROG= fstat
DPADD= ${LIBKVM}
@@ -11,6 +11,6 @@ CFLAGS+=-DINET6
.include <bsd.prog.mk>
-.if (${UVM} == "yes")
+.if (${UVM:L} == "yes")
CFLAGS+=-DUVM
.endif