diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-10 01:53:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-10 01:53:16 +0000 |
commit | 57715923469e79012bb4d5af63703da60c10f399 (patch) | |
tree | 1f66b58ff865a8f9da99ed40aefe836d3eecd8f9 | |
parent | 88b6275cf84ece070476f2e06448e32b3e297245 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |