summaryrefslogtreecommitdiffstats
path: root/bin
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
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')
-rw-r--r--bin/getfacl/Makefile2
-rw-r--r--bin/setfacl/Makefile2
2 files changed, 0 insertions, 4 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>
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