History log of /freebsd-current/lib/lib80211/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 8d250cb4 05-Sep-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: lib80211 is needed by ifconfig(8) so put it in FreeBSD-runtime

Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D21497


# f803ec1e 19-Sep-2018 Brad Davis <brd@FreeBSD.org>

Move regdomain.xml to lib/lib80211/

This leverages CONFS to handle the install. lib80211 was picked because it is
where this file is actually used from.

Approved by: re (blanket, pkgbase), will (mentor)
Differential Revision: https://reviews.freebsd.org/D17229


# a70cba95 04-Feb-2016 Glen Barber <gjb@FreeBSD.org>

First pass through library packaging.

Sponsored by: The FreeBSD Foundation


# 3a42764a 01-Dec-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Fix underlinking in lib80211 and define static dependencies in src.libnames.mk
so NO_SHARED works properly.

Reported by: Manfred Antar <null@pozo.com>
Sponsored by: EMC / Isilon Storage Division


# e697d2ee 01-Dec-2015 Bryan Drewery <bdrewery@FreeBSD.org>

No trailing slash is needed here.


# 127be1a7 29-Nov-2015 Adrian Chadd <adrian@FreeBSD.org>

Add lib80211, a small (but hopefully soon to grow) set of library
routines to interface with net80211.

This is all from the ifconfig program; the duplicate code from ifconfig
will be removed when it starts using this API.

Differential Revision: https://reviews.freebsd.org/D4290