diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-05 14:06:48 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-05 14:06:48 +0000 |
commit | 8d250cb461c13548e0a1fea4b5246dd4213bbe65 (patch) | |
tree | e09069f4c6b5e16645d6ffcb57c5204fbf8ca8da | |
parent | 994c13ef19981461716a92c45e789c26cc230ed3 (diff) | |
download | src-8d250cb461c13548e0a1fea4b5246dd4213bbe65.tar.gz src-8d250cb461c13548e0a1fea4b5246dd4213bbe65.zip |
pkgbase: lib80211 is needed by ifconfig(8) so put it in FreeBSD-runtime
Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D21497
Notes
Notes:
svn path=/head/; revision=351849
-rw-r--r-- | lib/lib80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib80211/Makefile b/lib/lib80211/Makefile index 54efe869b84a..50d94f64f257 100644 --- a/lib/lib80211/Makefile +++ b/lib/lib80211/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ +PACKAGE= runtime CONFS= regdomain.xml -PACKAGE=lib${LIB} LIB= 80211 SHLIBDIR?= /lib SHLIB_MAJOR= 1 |