summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-14 01:18:51 +0000
committerobrien <obrien@FreeBSD.org>2002-05-14 01:18:51 +0000
commitac911779196855de86565ccf576a2aeeab54f5dd (patch)
tree0cd72862eed7e0f144ccfd92bf8e47095cd07a9e /sys
parentefcf80dea7e226b7ea0babaa68e49285acb273e1 (diff)
downloadFreeBSD-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/Makefile2
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
OpenPOWER on IntegriCloud