svn commit: r187323 - in projects/vap7/tools/tools/ath: . athrd

Sam Leffler sam at FreeBSD.org
Thu Jan 15 15:40:03 PST 2009


Author: sam
Date: Thu Jan 15 23:40:02 2009
New Revision: 187323
URL: http://svn.freebsd.org/changeset/base/187323

Log:
  merge athrd

Added:
  projects/vap7/tools/tools/ath/athrd/
     - copied from r187322, head/tools/tools/ath/athrd/
Modified:
  projects/vap7/tools/tools/ath/   (props changed)
  projects/vap7/tools/tools/ath/Makefile
  projects/vap7/tools/tools/ath/Makefile.inc

Modified: projects/vap7/tools/tools/ath/Makefile
==============================================================================
--- projects/vap7/tools/tools/ath/Makefile	Thu Jan 15 23:38:21 2009	(r187322)
+++ projects/vap7/tools/tools/ath/Makefile	Thu Jan 15 23:40:02 2009	(r187323)
@@ -1,5 +1,5 @@
 #	$FreeBSD$
 
-SUBDIR=	athdebug athkey athprom athregs athstats
+SUBDIR=	athdebug athkey athprom athrd athregs athstats
 
 .include <bsd.subdir.mk>

Modified: projects/vap7/tools/tools/ath/Makefile.inc
==============================================================================
--- projects/vap7/tools/tools/ath/Makefile.inc	Thu Jan 15 23:38:21 2009	(r187322)
+++ projects/vap7/tools/tools/ath/Makefile.inc	Thu Jan 15 23:40:02 2009	(r187323)
@@ -6,6 +6,7 @@ NO_MAN=
 ATH_DEFAULT=	ath0
 
 CFLAGS+=-DATH_DEFAULT='"${ATH_DEFAULT}"'
-CFLAGS+=-I../common
-CFLAGS+=-I../../../../sys/dev/ath
-CFLAGS+=-I../../../../sys/dev/ath/ath_hal
+CFLAGS+=-I${.CURDIR}
+CFLAGS+=-I${.CURDIR}/../common
+CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath
+CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal


More information about the svn-src-projects mailing list