From owner-svn-src-head@FreeBSD.ORG Fri Jul 20 07:17:25 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B5CC106564A; Fri, 20 Jul 2012 07:17:25 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 166728FC1B; Fri, 20 Jul 2012 07:17:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6K7HO92068096; Fri, 20 Jul 2012 07:17:24 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6K7HOrC068094; Fri, 20 Jul 2012 07:17:24 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201207200717.q6K7HOrC068094@svn.freebsd.org> From: Adrian Chadd Date: Fri, 20 Jul 2012 07:17:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238648 - head/tools/tools/ath X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 07:17:25 -0000 Author: adrian Date: Fri Jul 20 07:17:24 2012 New Revision: 238648 URL: http://svn.freebsd.org/changeset/base/238648 Log: Add the new athratestats tool. Modified: head/tools/tools/ath/Makefile Modified: head/tools/tools/ath/Makefile ============================================================================== --- head/tools/tools/ath/Makefile Fri Jul 20 06:50:57 2012 (r238647) +++ head/tools/tools/ath/Makefile Fri Jul 20 07:17:24 2012 (r238648) @@ -3,6 +3,6 @@ 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+= athsurvey +SUBDIR+= athsurvey athratestats .include