summaryrefslogtreecommitdiffstats
path: root/bin/getfacl
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/getfacl
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/getfacl')
-rw-r--r--bin/getfacl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile
index 4c2578c..b7b5e983 100644
--- a/bin/getfacl/Makefile
+++ b/bin/getfacl/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
PROG= getfacl
-LDADD= -lposix1e
-DPADD= ${LIBPOSIX1E}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud