From ac911779196855de86565ccf576a2aeeab54f5dd Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 14 May 2002 01:18:51 +0000 Subject: Tweak the include dirs w/o incurring extra warnings --- sys/dev/aic7xxx/aicasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index 7c396b0..ec271a73 100644 --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -22,7 +22,7 @@ LDADD+= -ll DEPENDFILE= .endif -CFLAGS+= -I${.CURDIR}/../../../dev/aic7xxx/aicasm -I/usr/include -I. +CFLAGS+= -nostdinc -I${.CURDIR}/../../../dev/aic7xxx/aicasm -I/usr/include -I. .ifdef MAKESRCPATH CFLAGS+= -I${MAKESRCPATH} .endif -- cgit v1.1