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

.include <bsd.prog.mk>
