(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:
parent
227dcf7ee5
commit
0857c104da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user