aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/iostat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
commit3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a (patch)
tree5b1dc1e532e934b276fd511ffae55c4c153de5ec /usr.sbin/iostat
parent6555ad204ef212c2b284c3e989a5725cfea7e5fe (diff)
Removed -I${.CURDIR}/.../sys from CFLAGS.
Notes
Notes: svn path=/head/; revision=76812
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r--usr.sbin/iostat/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile
index d3a1f19bfecf..bfc1e49247bc 100644
--- a/usr.sbin/iostat/Makefile
+++ b/usr.sbin/iostat/Makefile
@@ -5,7 +5,6 @@ MAINTAINER=ken@FreeBSD.ORG
PROG= iostat
MAN= iostat.8
-CFLAGS+=-I${.CURDIR}/../../sys
DPADD= ${LIBKVM} ${LIBDEVSTAT}
LDADD= -lkvm -ldevstat
BINGRP= kmem