summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-08-25 05:26:48 +0000
committeradrian <adrian@FreeBSD.org>2014-08-25 05:26:48 +0000
commiteab77b845c7dd546e6ea27d8e2555d6c6b940d6f (patch)
treefc7513380bcec71340e252475495fb6006bd2402 /tools
parent4f29eafde179881aa96b3c62321bdd5a064082b5 (diff)
downloadFreeBSD-src-eab77b845c7dd546e6ea27d8e2555d6c6b940d6f.zip
FreeBSD-src-eab77b845c7dd546e6ea27d8e2555d6c6b940d6f.tar.gz
Allow it to compile again.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athaggrstats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/ath/athaggrstats/Makefile b/tools/tools/ath/athaggrstats/Makefile
index 482a0c2..c73e4fa 100644
--- a/tools/tools/ath/athaggrstats/Makefile
+++ b/tools/tools/ath/athaggrstats/Makefile
@@ -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
OpenPOWER on IntegriCloud