=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vmstat/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/vmstat/Makefile 1999/06/23 18:48:12 1.5 +++ src/usr.bin/vmstat/Makefile 2000/09/03 18:41:20 1.6 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1999/06/23 18:48:12 art Exp $ +# $OpenBSD: Makefile,v 1.6 2000/09/03 18:41:20 espie Exp $ PROG= vmstat @@ -11,6 +11,6 @@ .include -.if (${UVM} == "yes") +.if (${UVM:L} == "yes") CFLAGS+=-DUVM .endif