From owner-cvs-src-old@FreeBSD.ORG Mon Apr 11 06:54:00 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 862581065676 for ; Mon, 11 Apr 2011 06:54:00 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 732448FC0C for ; Mon, 11 Apr 2011 06:54:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3B6s0LP024210 for ; Mon, 11 Apr 2011 06:54:00 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3B6s0rd024209 for cvs-src-old@freebsd.org; Mon, 11 Apr 2011 06:54:00 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201104110654.p3B6s0rd024209@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Mon, 11 Apr 2011 06:53:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/ath/athdecode Makefile src/tools/tools/ath/athkey Makefile src/tools/tools/ath/athpoke Makefile src/tools/tools/ath/athprom Makefile src/tools/tools/ath/athregs Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2011 06:54:00 -0000 adrian 2011-04-11 06:53:45 UTC FreeBSD src repository Modified files: tools/tools/ath/athdecode Makefile tools/tools/ath/athkey Makefile tools/tools/ath/athpoke Makefile tools/tools/ath/athprom Makefile tools/tools/ath/athregs Makefile Log: SVN rev 220534 on 2011-04-11 06:53:45Z by adrian Generate opt_ah.h now for all ath tools, a recent HAL change of mine now requires it. Revision Changes Path 1.3 +8 -0 src/tools/tools/ath/athdecode/Makefile 1.2 +11 -0 src/tools/tools/ath/athkey/Makefile 1.4 +8 -0 src/tools/tools/ath/athpoke/Makefile 1.2 +9 -0 src/tools/tools/ath/athprom/Makefile 1.3 +8 -0 src/tools/tools/ath/athregs/Makefile