f803ec1ef5
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
20 lines
298 B
Makefile
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>
|