aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl/Makefile
blob: 378541398e5b6b24413af4f17872e3d8052a1434 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD$

PACKAGE=runtime
PROG=	setfacl
SRCS=	file.c mask.c merge.c remove.c setfacl.c util.c

.include <bsd.prog.mk>