summaryrefslogtreecommitdiffstats
path: root/bin/getfacl/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-03-20 02:54:41 +0000
committerjedgar <jedgar@FreeBSD.org>2001-03-20 02:54:41 +0000
commit599f08c435ec9d00ea70490087aa2a655d36da01 (patch)
tree02b4a70c346b583f531db40554bc395993cea6df /bin/getfacl/Makefile
parent3635402b3895ce18ecd10512db8b70cc93907a9c (diff)
downloadFreeBSD-src-599f08c435ec9d00ea70490087aa2a655d36da01.zip
FreeBSD-src-599f08c435ec9d00ea70490087aa2a655d36da01.tar.gz
Remove extra CFLAGS and redundant SRCS
Add DPADD Submitted by: bde
Diffstat (limited to 'bin/getfacl/Makefile')
-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