diff options
Diffstat (limited to 'usr.bin/vmstat/Makefile')
-rw-r--r-- | usr.bin/vmstat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile index d3bd40d..9dd3768 100644 --- a/usr.bin/vmstat/Makefile +++ b/usr.bin/vmstat/Makefile @@ -3,7 +3,6 @@ PROG= vmstat MAN= vmstat.8 -CFLAGS+=-I${.CURDIR}/../../sys BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} ${LIBDEVSTAT} |