Date: Fri, 20 Jul 2012 07:38:12 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238650 - head/tools/tools/ath/athratestats Message-ID: <201207200738.q6K7cCJE069613@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207200738.q6K7cCJE069613>