summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/getfacl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile
index d6d3cd2..4c2578c 100644
--- a/bin/getfacl/Makefile
+++ b/bin/getfacl/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PROG= getfacl
-SRCS= getfacl.c
LDADD= -lposix1e
-CFLAGS+= -g -Wall
+DPADD= ${LIBPOSIX1E}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud