diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-14 01:18:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-14 01:18:51 +0000 |
commit | ac911779196855de86565ccf576a2aeeab54f5dd (patch) | |
tree | 0cd72862eed7e0f144ccfd92bf8e47095cd07a9e /sys | |
parent | efcf80dea7e226b7ea0babaa68e49285acb273e1 (diff) | |
download | FreeBSD-src-ac911779196855de86565ccf576a2aeeab54f5dd.zip FreeBSD-src-ac911779196855de86565ccf576a2aeeab54f5dd.tar.gz |
Tweak the include dirs w/o incurring extra warnings
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/aic7xxx/aicasm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |