=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vmstat/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/vmstat/Makefile 2007/12/15 03:43:41 1.8 +++ src/usr.bin/vmstat/Makefile 2014/07/02 00:12:34 1.9 @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 2007/12/15 03:43:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2014/07/02 00:12:34 dlg Exp $ PROG= vmstat +CPPFLAGS+= -D_LIBKVM SRCS= dkstats.c vmstat.c MAN= vmstat.8 DPADD= ${LIBKVM}