Author: sam Date: Fri Feb 27 05:22:11 2009 New Revision: 189098 URL: http://svn.freebsd.org/changeset/base/189098
Log: fix build Modified: head/tools/tools/ath/Makefile.inc Modified: head/tools/tools/ath/Makefile.inc ============================================================================== --- head/tools/tools/ath/Makefile.inc Fri Feb 27 05:22:00 2009 (r189097) +++ head/tools/tools/ath/Makefile.inc Fri Feb 27 05:22:11 2009 (r189098) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"