PROG=	setfacl
SRCS=	setfacl.c
LDADD=	-lposix1e_acl.a
CFLAGS+=	-g -Wall

.include <bsd.prog.mk>
