From owner-svn-src-all@FreeBSD.ORG Fri Dec 23 02:57:18 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D632106566B; Fri, 23 Dec 2011 02:57:18 +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 870DF8FC0A; Fri, 23 Dec 2011 02:57:18 +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 pBN2vIHO045275; Fri, 23 Dec 2011 02:57:18 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pBN2vIH0045273; Fri, 23 Dec 2011 02:57:18 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201112230257.pBN2vIH0045273@svn.freebsd.org> From: Adrian Chadd Date: Fri, 23 Dec 2011 02:57:18 +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: r228831 - head/tools/tools/ath X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2011 02:57:18 -0000 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