=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vmstat/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/vmstat/Makefile 1997/09/21 11:51:52 1.4 --- src/usr.bin/vmstat/Makefile 1999/06/23 18:48:12 1.5 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.4 1997/09/21 11:51:52 deraadt Exp $ PROG= vmstat --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.5 1999/06/23 18:48:12 art Exp $ PROG= vmstat *************** *** 10,12 **** --- 10,16 ---- BINMODE=2555 .include + + .if (${UVM} == "yes") + CFLAGS+=-DUVM + .endif