summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/setfacl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile
index 4fffeab..6c4f9a9 100644
--- a/bin/setfacl/Makefile
+++ b/bin/setfacl/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
-CFLAGS+= -g ${BDECFLAGS}
-
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