Use only bits w/in /sys if at all possible.

This commit is contained in:
David E. O'Brien 2002-05-10 01:53:16 +00:00
parent 189d266f08
commit 39bd77be52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96315

View File

@ -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