Remove -I/sys and add -I${.CURDIR}/../../sys
This commit is contained in:
parent
161c4ac479
commit
dc7cf2d101
@ -1,7 +1,7 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= iostat
|
||||
CFLAGS+=-I/sys -I${.CURDIR}/../../usr.bin/vmstat
|
||||
CFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat -I${.CURDIR}/../../sys
|
||||
MAN8= iostat.8
|
||||
DPADD= ${LIBKVM}
|
||||
LDADD= -lkvm
|
||||
|
Loading…
x
Reference in New Issue
Block a user