From 5415a4bd71c047e088c72e022fa15f433522e12b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 27 May 2000 21:35:47 +0000 Subject: [PATCH] Use /sys/sys/*.h over /usr/include/sys. No repsonce from: Maintainer --- sys/dev/aic7xxx/Makefile | 2 +- sys/dev/aic7xxx/aicasm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/aic7xxx/Makefile b/sys/dev/aic7xxx/Makefile index aa478151de4..c5575a8e7e8 100644 --- a/sys/dev/aic7xxx/Makefile +++ b/sys/dev/aic7xxx/Makefile @@ -19,7 +19,7 @@ LDADD+= -ll DEPENDFILE= .endif -CFLAGS+= -I/usr/include -I. +CFLAGS+= -nostdinc -I${.CURDIR}/../.. -I. -I/usr/include NOMAN= noman .ifdef DEBUG diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index aa478151de4..c5575a8e7e8 100644 --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -19,7 +19,7 @@ LDADD+= -ll DEPENDFILE= .endif -CFLAGS+= -I/usr/include -I. +CFLAGS+= -nostdinc -I${.CURDIR}/../.. -I. -I/usr/include NOMAN= noman .ifdef DEBUG