(Re)-make these ACL routines optional.

They're only currently used by ZFS and UFS_ACL.  They're just wasting space
on embedded platforms with neither enabled.
This commit is contained in:
Adrian Chadd 2012-03-13 20:29:56 +00:00
parent 368a79ddd0
commit 3468c30c95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232939

View File

@ -2419,8 +2419,8 @@ kern/sched_ule.c optional sched_ule
kern/serdev_if.m standard
kern/stack_protector.c standard \
compile-with "${NORMAL_C:N-fstack-protector*}"
kern/subr_acl_nfs4.c standard
kern/subr_acl_posix1e.c standard
kern/subr_acl_nfs4.c optional ufs_acl
kern/subr_acl_posix1e.c optional ufs_acl
kern/subr_autoconf.c standard
kern/subr_blist.c standard
kern/subr_bus.c standard