summaryrefslogtreecommitdiffstats
path: root/bin/setfacl/Makefile
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2001-04-04 18:20:08 +0000
committertmm <tmm@FreeBSD.org>2001-04-04 18:20:08 +0000
commit0bc8c703adf0c4d86f2873a27b0ed8ffaa987fd5 (patch)
treee43a1977204ae47484ff28e0046ab9339c9007fe /bin/setfacl/Makefile
parentaaa63ce9a565be9cc1f59cd332a5c85e313625ab (diff)
downloadFreeBSD-src-0bc8c703adf0c4d86f2873a27b0ed8ffaa987fd5.zip
FreeBSD-src-0bc8c703adf0c4d86f2873a27b0ed8ffaa987fd5.tar.gz
setfacl and getfacl no longer need to link against libposix1e, since it
has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project
Diffstat (limited to 'bin/setfacl/Makefile')
-rw-r--r--bin/setfacl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile
index 6c4f9a9..ff67650 100644
--- a/bin/setfacl/Makefile
+++ b/bin/setfacl/Makefile
@@ -2,7 +2,5 @@
PROG= setfacl
SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
-LDADD= -lposix1e
-DPADD= ${LIBPOSIX1E}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud