From 8d250cb461c13548e0a1fea4b5246dd4213bbe65 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 5 Sep 2019 14:06:48 +0000 Subject: pkgbase: lib80211 is needed by ifconfig(8) so put it in FreeBSD-runtime Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21497 --- lib/lib80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3