freebsd-dev/lib/lib80211/Makefile
Brad Davis f803ec1ef5 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
2018-09-19 09:29:06 +00:00

20 lines
298 B
Makefile

# $FreeBSD$
CONFS= regdomain.xml
PACKAGE=lib${LIB}
LIB= 80211
SHLIBDIR?= /lib
SHLIB_MAJOR= 1
SRCS= lib80211_regdomain.c lib80211_ioctl.c
INCSDIR= ${INCLUDEDIR}/lib80211
INCS= lib80211_regdomain.h lib80211_ioctl.h
LIBADD= sbuf bsdxml
MAN= lib80211.3
CFLAGS+=-I${.CURDIR}
.include <bsd.lib.mk>