Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 23:40:02 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r187323 - in projects/vap7/tools/tools/ath: . athrd
Message-ID:  <200901152340.n0FNe2sm090706@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901152340.n0FNe2sm090706>