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