svn commit: r351849 - head/lib/lib80211

Emmanuel Vadot manu at FreeBSD.org
Thu Sep 5 14:06:49 UTC 2019


Author: manu
Date: Thu Sep  5 14:06:48 2019
New Revision: 351849
URL: https://svnweb.freebsd.org/changeset/base/351849

Log:
  pkgbase: lib80211 is needed by ifconfig(8) so put it in FreeBSD-runtime
  
  Reviewed by:	bapt, gjb
  Differential Revision:	https://reviews.freebsd.org/D21497

Modified:
  head/lib/lib80211/Makefile

Modified: head/lib/lib80211/Makefile
==============================================================================
--- head/lib/lib80211/Makefile	Thu Sep  5 14:06:01 2019	(r351848)
+++ head/lib/lib80211/Makefile	Thu Sep  5 14:06:48 2019	(r351849)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
+PACKAGE=	runtime
 CONFS=	regdomain.xml
-PACKAGE=lib${LIB}
 LIB=	80211
 SHLIBDIR?= /lib
 SHLIB_MAJOR= 1


More information about the svn-src-head mailing list