summaryrefslogtreecommitdiffstats
path: root/bin/setfacl/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-19 18:09:25 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-19 18:09:25 +0000
commit4978ee9a87e5510a56defc3e556c4a2c31a7bdc4 (patch)
treea21327f2f0786874aabdb6afb6408653ae46e0b6 /bin/setfacl/Makefile
parentd98c5293d7c959bbef954c5c8e9c97d67138634f (diff)
downloadFreeBSD-src-4978ee9a87e5510a56defc3e556c4a2c31a7bdc4.zip
FreeBSD-src-4978ee9a87e5510a56defc3e556c4a2c31a7bdc4.tar.gz
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project
Diffstat (limited to 'bin/setfacl/Makefile')
-rw-r--r--bin/setfacl/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile
new file mode 100644
index 0000000..3556b1a
--- /dev/null
+++ b/bin/setfacl/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CFLAGS+= -g ${BDECFLAGS}
+
+PROG= setfacl
+SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
+LDADD= -lposix1e
+
+NOSHARED= yes
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud