1# $FreeBSD$ 2 3PROG= setfacl 4SRCS= file.c mask.c merge.c remove.c setfacl.c util.c 5 6WARNS?= 2 7 8.include <bsd.prog.mk> 9