svn commit: r238650 - head/tools/tools/ath/athratestats

Adrian Chadd adrian at FreeBSD.org
Fri Jul 20 07:38:12 UTC 2012


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
 


More information about the svn-src-all mailing list