diff options
author | sam <sam@FreeBSD.org> | 2009-02-27 05:22:11 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-02-27 05:22:11 +0000 |
commit | 56525f0f8e34b88fbd99b36293d7d50e4925c846 (patch) | |
tree | 44d1d47c2bbba196ad54a20db521eaeaceae224a /tools | |
parent | 7c633e78c682d6eff31c53bbb437dfd458b199e1 (diff) | |
download | FreeBSD-src-56525f0f8e34b88fbd99b36293d7d50e4925c846.zip FreeBSD-src-56525f0f8e34b88fbd99b36293d7d50e4925c846.tar.gz |
fix build
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/ath/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/ath/Makefile.inc b/tools/tools/ath/Makefile.inc index 81f0a80..4706949 100644 --- a/tools/tools/ath/Makefile.inc +++ b/tools/tools/ath/Makefile.inc @@ -8,5 +8,6 @@ ATH_DEFAULT= ath0 CFLAGS+=-DATH_DEFAULT='"${ATH_DEFAULT}"' CFLAGS+=-I${.CURDIR} CFLAGS+=-I${.CURDIR}/../common +CFLAGS+=-I${.CURDIR}/../../../../sys CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal |