Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 14:06:49 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351849 - head/lib/lib80211
Message-ID:  <201909051406.x85E6n4H091587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051406.x85E6n4H091587>