summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1997-07-13 11:51:28 +0000
committerguido <guido@FreeBSD.org>1997-07-13 11:51:28 +0000
commit9bdf968dee43320456bcef77fa05f18220250241 (patch)
tree95d88814ca2d4d29eec910cdbc4cbb489f9571bb /usr.sbin/iostat
parent112cf7fc76c13e20328f4d3fcd7127cf8e2f918f (diff)
downloadFreeBSD-src-9bdf968dee43320456bcef77fa05f18220250241.zip
FreeBSD-src-9bdf968dee43320456bcef77fa05f18220250241.tar.gz
Remove -I/sys and add -I${.CURDIR}/../../sys
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r--usr.sbin/iostat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile
index 3c43296..b67da20 100644
--- a/usr.sbin/iostat/Makefile
+++ b/usr.sbin/iostat/Makefile
@@ -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
OpenPOWER on IntegriCloud