From owner-cvs-all@FreeBSD.ORG Fri Feb 2 02:39:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA08C16A402; Fri, 2 Feb 2007 02:39:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A0F9813C474; Fri, 2 Feb 2007 02:39:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l122dubA019235; Fri, 2 Feb 2007 02:39:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l122dudi019234; Fri, 2 Feb 2007 02:39:56 GMT (envelope-from sam) Message-Id: <200702020239.l122dudi019234@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Feb 2007 02:39:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/ath/athstats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 02:39:56 -0000 sam 2007-02-02 02:39:56 UTC FreeBSD src repository Modified files: tools/tools/ath/athstats Makefile Log: create empty opt_ah.h for compiling athstats.o; it just needs the PHY definitions and not the descriptor so it doesn't matter if it's correct relative to the hal.o Revision Changes Path 1.4 +8 -0 src/tools/tools/ath/athstats/Makefile