Remove extra CFLAGS and redundant SRCS

Add DPADD

Submitted by:	bde
This commit is contained in:
Chris D. Faulhaber 2001-03-20 02:54:41 +00:00
parent 041629b3b9
commit 7ff9edbb0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74505

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PROG= getfacl
SRCS= getfacl.c
LDADD= -lposix1e
CFLAGS+= -g -Wall
DPADD= ${LIBPOSIX1E}
.include <bsd.prog.mk>