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