mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 08:21:09 +01:00
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
This commit is contained in:
parent
93dcd0775f
commit
f803ec1ef5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338794
@ -36,10 +36,6 @@ SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
|
||||
BIN1+= rc.sendmail
|
||||
.endif
|
||||
|
||||
.if ${MK_WIRELESS} != "no"
|
||||
BIN1+= regdomain.xml
|
||||
.endif
|
||||
|
||||
.if ${MK_SENDMAIL} == "no"
|
||||
ETCMAIL=mailer.conf aliases
|
||||
.else
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CONFS= regdomain.xml
|
||||
PACKAGE=lib${LIB}
|
||||
LIB= 80211
|
||||
SHLIBDIR?= /lib
|
||||
|
Loading…
Reference in New Issue
Block a user