From 9bdf968dee43320456bcef77fa05f18220250241 Mon Sep 17 00:00:00 2001 From: guido Date: Sun, 13 Jul 1997 11:51:28 +0000 Subject: Remove -I/sys and add -I${.CURDIR}/../../sys --- usr.sbin/iostat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/iostat') 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 -- cgit v1.1