From 52a9144c8ba73bc2eddb65528bb71790cb72f895 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 18 May 2001 13:41:42 +0000 Subject: Removed -I${.CURDIR}/.../sys from CFLAGS. --- usr.sbin/iostat/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/iostat') diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile index d3a1f19..bfc1e49 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 -- cgit v1.1