aboutsummaryrefslogtreecommitdiff
path: root/bin/getfacl
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2001-03-20 02:54:41 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2001-03-20 02:54:41 +0000
commit7ff9edbb0bb3bcc988c2bd3f63c5af88117f5d7e (patch)
treeb4a31d15d4d8caaea2682ea52d700d2eafb34118 /bin/getfacl
parent041629b3b9162b672f5979da7da0263b359faecb (diff)
downloadsrc-7ff9edbb0bb3bcc988c2bd3f63c5af88117f5d7e.tar.gz
src-7ff9edbb0bb3bcc988c2bd3f63c5af88117f5d7e.zip
Remove extra CFLAGS and redundant SRCS
Add DPADD Submitted by: bde
Notes
Notes: svn path=/head/; revision=74505
Diffstat (limited to 'bin/getfacl')
-rw-r--r--bin/getfacl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile
index d6d3cd22bf48..4c2578cfe0d0 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>