Update these to make them actually compile!

Tested:

* cross compilation to MIPS
This commit is contained in:
adrian 2014-08-25 06:14:57 +00:00
parent c30d19f1d1
commit 3359ac4cc8
2 changed files with 5 additions and 4 deletions

View File

@ -12,8 +12,8 @@ CLEANFILES+= opt_ah.h
CFLAGS+=-DATH_SUPPORT_ANI
CFLAGS+=-DATH_SUPPORT_TDMA
USEPRIVATELIB=
LDADD=/usr/lib/private/libbsdstat.so.1
USEPRIVATELIB= bsdstat
LDADD= ${LDBSDSTAT}
opt_ah.h:
echo "#define AH_DEBUG 1" > opt_ah.h

View File

@ -5,10 +5,11 @@
PROG= wlanstats
BINDIR= /usr/local/bin
MAN=
USEPRIVATELIB=
USEPRIVATELIB= bsdstat
LDADD= ${LDBSDSTAT}
SRCS= wlanstats.c main.c
LDADD= -lbsdstat
CFLAGS.clang+= -fbracket-depth=512
.include <bsd.prog.mk>