svn commit: r228903 - head/tools/tools/ath
Adrian Chadd
adrian at FreeBSD.org
Mon Dec 26 19:41:46 UTC 2011
Author: adrian
Date: Mon Dec 26 19:41:46 2011
New Revision: 228903
URL: http://svn.freebsd.org/changeset/base/228903
Log:
Oops, my bad. Fix a broken thing I introduced earlier.
Modified:
head/tools/tools/ath/Makefile
Modified: head/tools/tools/ath/Makefile
==============================================================================
--- head/tools/tools/ath/Makefile Mon Dec 26 18:57:59 2011 (r228902)
+++ head/tools/tools/ath/Makefile Mon Dec 26 19:41:46 2011 (r228903)
@@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR= arcode athdebug athdecode athkey athpoke athprom athrd athregs
-SUBDIR+= athstats ath_prom_read ath_radar
+SUBDIR+= athstats ath_prom_read athradar
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