aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2001-03-20 02:55:43 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2001-03-20 02:55:43 +0000
commit2eacd2671d33420bf9bbf43405a2e01b02280c99 (patch)
tree998bfabc1023a7f7b85e1f73617c61d2699c730a /bin
parent7ff9edbb0bb3bcc988c2bd3f63c5af88117f5d7e (diff)
downloadsrc-2eacd2671d33420bf9bbf43405a2e01b02280c99.tar.gz
src-2eacd2671d33420bf9bbf43405a2e01b02280c99.zip
Remove extra CFLAGS
Add DPADD Submitted by: bde
Notes
Notes: svn path=/head/; revision=74506
Diffstat (limited to 'bin')
-rw-r--r--bin/setfacl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile
index 4fffeab4cfb6..6c4f9a9487cd 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>