aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-03-19 18:09:56 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-03-19 18:09:56 +0000
commit51d0ad314f38d0cc4c327147c29098a850ce8b81 (patch)
tree295824a6587764ce3461a7c7f1d269e5c12610ca /bin/Makefile
parent43960f159d60217fcb3c5c03095effdb77a0f291 (diff)
downloadsrc-51d0ad314f38d0cc4c327147c29098a850ce8b81.tar.gz
src-51d0ad314f38d0cc4c327147c29098a850ce8b81.zip
o Enable getfacl(1) and setfacl(1)
Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=74466
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index f7844a5987ae..3fd3521db294 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -12,6 +12,7 @@ SUBDIR= cat \
echo \
ed \
expr \
+ getfacl \
hostname \
kill \
ln \
@@ -24,6 +25,7 @@ SUBDIR= cat \
rcp \
rm \
rmdir \
+ setfacl \
sh \
sleep \
stty \