=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vmstat/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -c -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 **** ! # $OpenBSD: Makefile,v 1.5 1999/06/23 18:48:12 art Exp $ PROG= vmstat --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.6 2000/09/03 18:41:20 espie Exp $ PROG= vmstat *************** *** 11,16 **** .include ! .if (${UVM} == "yes") CFLAGS+=-DUVM .endif --- 11,16 ---- .include ! .if (${UVM:L} == "yes") CFLAGS+=-DUVM .endif