From owner-svn-src-all@FreeBSD.ORG Fri Jul 20 07:38:12 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5A6E1065674; Fri, 20 Jul 2012 07:38:12 +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 87B518FC12; Fri, 20 Jul 2012 07:38:12 +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 q6K7cC6c069615; Fri, 20 Jul 2012 07:38:12 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6K7cCJE069613; Fri, 20 Jul 2012 07:38:12 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201207200738.q6K7cCJE069613@svn.freebsd.org> From: Adrian Chadd Date: Fri, 20 Jul 2012 07:38:12 +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: r238650 - head/tools/tools/ath/athratestats 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, 20 Jul 2012 07:38:12 -0000 Author: adrian Date: Fri Jul 20 07:38:11 2012 New Revision: 238650 URL: http://svn.freebsd.org/changeset/base/238650 Log: Add missing SRCS. Modified: head/tools/tools/ath/athratestats/Makefile Modified: head/tools/tools/ath/athratestats/Makefile ============================================================================== --- head/tools/tools/ath/athratestats/Makefile Fri Jul 20 07:22:37 2012 (r238649) +++ head/tools/tools/ath/athratestats/Makefile Fri Jul 20 07:38:11 2012 (r238650) @@ -5,7 +5,7 @@ PROG= athratestats -SRCS= main.c +SRCS= main.c opt_ah.h ah_osdep.h CLEANFILES+= opt_ah.h