svn commit: r270517 - head/tools/tools/ath/athaggrstats

Adrian Chadd adrian at FreeBSD.org
Mon Aug 25 05:26:49 UTC 2014


Author: adrian
Date: Mon Aug 25 05:26:48 2014
New Revision: 270517
URL: http://svnweb.freebsd.org/changeset/base/270517

Log:
  Allow it to compile again.

Modified:
  head/tools/tools/ath/athaggrstats/Makefile

Modified: head/tools/tools/ath/athaggrstats/Makefile
==============================================================================
--- head/tools/tools/ath/athaggrstats/Makefile	Mon Aug 25 05:03:10 2014	(r270516)
+++ head/tools/tools/ath/athaggrstats/Makefile	Mon Aug 25 05:26:48 2014	(r270517)
@@ -12,8 +12,8 @@ CLEANFILES+=	opt_ah.h
 
 CFLAGS+=-DATH_SUPPORT_ANI
 CFLAGS+=-DATH_SUPPORT_TDMA
-USEPRIVATELIB=bsdstat
-LDADD=	${LDBSDSTAT}
+USEPRIVATELIB=
+LDADD=/usr/lib/private/libbsdstat.so.1
 
 opt_ah.h:
 	echo "#define AH_DEBUG 1" > opt_ah.h


More information about the svn-src-head mailing list