summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 01:53:16 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 01:53:16 +0000
commit57715923469e79012bb4d5af63703da60c10f399 (patch)
tree1f66b58ff865a8f9da99ed40aefe836d3eecd8f9
parent88b6275cf84ece070476f2e06448e32b3e297245 (diff)
downloadFreeBSD-src-57715923469e79012bb4d5af63703da60c10f399.zip
FreeBSD-src-57715923469e79012bb4d5af63703da60c10f399.tar.gz
Use only bits w/in /sys if at all possible.
-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 316477b..7c396b0 100644
--- a/sys/dev/aic7xxx/aicasm/Makefile
+++ b/sys/dev/aic7xxx/aicasm/Makefile
@@ -22,7 +22,7 @@ LDADD+= -ll
DEPENDFILE=
.endif
-CFLAGS+= -I/usr/include -I.
+CFLAGS+= -I${.CURDIR}/../../../dev/aic7xxx/aicasm -I/usr/include -I.
.ifdef MAKESRCPATH
CFLAGS+= -I${MAKESRCPATH}
.endif
OpenPOWER on IntegriCloud