summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-03-13 20:29:56 +0000
committeradrian <adrian@FreeBSD.org>2012-03-13 20:29:56 +0000
commit0857c104da778a11cb756d9bb0387ea55c57b480 (patch)
tree574210589d3af41f0f228db7ba2bc01f52a2d1b9
parent227dcf7ee5a135949ab58fb1cd5dfae57403f5d7 (diff)
downloadFreeBSD-src-0857c104da778a11cb756d9bb0387ea55c57b480.zip
FreeBSD-src-0857c104da778a11cb756d9bb0387ea55c57b480.tar.gz
(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.
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 4a6201a..62d95d9 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -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
OpenPOWER on IntegriCloud