Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 08:12:54 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251739 - head/tools/tools/ath
Message-ID:  <201306140812.r5E8CsZY028876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Jun 14 08:12:54 2013
New Revision: 251739
URL: http://svnweb.freebsd.org/changeset/base/251739

Log:
  Link the AR9300 EEPROM dump tool into the build.

Modified:
  head/tools/tools/ath/Makefile

Modified: head/tools/tools/ath/Makefile
==============================================================================
--- head/tools/tools/ath/Makefile	Fri Jun 14 08:12:40 2013	(r251738)
+++ head/tools/tools/ath/Makefile	Fri Jun 14 08:12:54 2013	(r251739)
@@ -2,7 +2,7 @@
 
 SUBDIR=	arcode athdebug athdecode athkey athpoke athprom athrd athregs
 SUBDIR+=	athstats ath_prom_read athradar athaggrstats
-SUBDIR+=	ath_ee_v14_print ath_ee_v4k_print ath_ee_9287_print
+SUBDIR+=	ath_ee_v14_print ath_ee_v4k_print ath_ee_9287_print ath_ee_9300_print
 SUBDIR+=	athsurvey athratestats athspectral
 
 .include <bsd.subdir.mk>



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