From 51d0ad314f38d0cc4c327147c29098a850ce8b81 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 19 Mar 2001 18:09:56 +0000 Subject: [PATCH] o Enable getfacl(1) and setfacl(1) Obtained from: TrustedBSD Project --- bin/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \