svn commit: r228831 - head/tools/tools/ath

Adrian Chadd adrian at FreeBSD.org
Fri Dec 23 02:57:18 UTC 2011


Author: adrian
Date: Fri Dec 23 02:57:18 2011
New Revision: 228831
URL: http://svn.freebsd.org/changeset/base/228831

Log:
  Add in ath_ee_9287_print.

Modified:
  head/tools/tools/ath/Makefile

Modified: head/tools/tools/ath/Makefile
==============================================================================
--- head/tools/tools/ath/Makefile	Fri Dec 23 02:40:35 2011	(r228830)
+++ head/tools/tools/ath/Makefile	Fri Dec 23 02:57:18 2011	(r228831)
@@ -1,7 +1,7 @@
 #	$FreeBSD$
 
 SUBDIR=	arcode athdebug athdecode athkey athpoke athprom athrd athregs
-SUBDIR+=	athstats ath_ee_v14_print ath_prom_read ath_ee_v4k_print
-SUBDIR+=	athradar
+SUBDIR+=	athstats ath_prom_read ath_radar
+SUBDIR+=	ath_ee_v14_print ath_ee_v4k_print ath_ee_9287_print
 
 .include <bsd.subdir.mk>


More information about the svn-src-head mailing list