Move mac.conf to lib/libc/posix1e/

This leverages CONFS to handle the install of the config file.

Approved by:	re (blanket, pkgbase), will (mentor)
Differential Revision:	https://reviews.freebsd.org/D17162
This commit is contained in:
Brad Davis 2018-09-18 01:40:37 +00:00
parent 34da9e3802
commit b6af74d289
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338745
3 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ BIN1= \
hosts.allow \
libalias.conf \
login.access \
mac.conf \
phones \
rc.bsdextended \
rc.firewall \

View File

@ -8,6 +8,7 @@ CFLAGS+=-D_ACL_PRIVATE
subr_acl_nfs4.c: ${SRCTOP}/sys/kern/subr_acl_nfs4.c
cat ${.ALLSRC} > ${.TARGET}
CONFS+= posix1e/mac.conf
SRCS+= acl_branding.c \
acl_calc_mask.c \
acl_copy.c \