diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-01 17:38:52 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-01 17:38:52 +0000 |
| commit | 3a42764af783cd7f421105701288e07ee76353aa (patch) | |
| tree | 8e8bf0b2e7551651c98fa82025de654cb0c8ee20 /lib/lib80211 | |
| parent | e697d2ee0b4b160cf2cbb490a2a60368be66d2ae (diff) | |
Notes
Diffstat (limited to 'lib/lib80211')
| -rw-r--r-- | lib/lib80211/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib80211/Makefile b/lib/lib80211/Makefile index 24095107d656..e00017e7e43e 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} |
