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

.include <bsd.prog.mk>
