Remove extra CFLAGS and redundant SRCS

Add DPADD

Submitted by:	bde
This commit is contained in:
jedgar 2001-03-20 02:54:41 +00:00
parent 3635402b38
commit 599f08c435

View File

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