summaryrefslogtreecommitdiffstats
path: root/lib/lib80211
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-01 17:38:52 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-01 17:38:52 +0000
commita38933239d6cd15fda4075e84139b1d9a4fa5112 (patch)
tree8e8bf0b2e7551651c98fa82025de654cb0c8ee20 /lib/lib80211
parent31aa65002d295b9db797ceb72e7d149930b8aae1 (diff)
downloadFreeBSD-src-a38933239d6cd15fda4075e84139b1d9a4fa5112.zip
FreeBSD-src-a38933239d6cd15fda4075e84139b1d9a4fa5112.tar.gz
Fix underlinking in lib80211 and define static dependencies in src.libnames.mk
so NO_SHARED works properly. Reported by: Manfred Antar <null@pozo.com> Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/lib80211')
-rw-r--r--lib/lib80211/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib80211/Makefile b/lib/lib80211/Makefile
index 2409510..e00017e 100644
--- a/lib/lib80211/Makefile
+++ b/lib/lib80211/Makefile
@@ -8,6 +8,8 @@ SRCS= lib80211_regdomain.c lib80211_ioctl.c
INCSDIR= ${INCLUDEDIR}/lib80211
INCS= lib80211_regdomain.h lib80211_ioctl.h
+LIBADD= sbuf bsdxml
+
MAN= lib80211.3
CFLAGS+=-I${.CURDIR}
OpenPOWER on IntegriCloud