summaryrefslogtreecommitdiffstats
path: root/bin/setfacl/Makefile
blob: 3556b1ac0b6046e22be82c84c8ca7b21324e668e (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

CFLAGS+=	-g ${BDECFLAGS}

PROG=		setfacl
SRCS=		file.c mask.c merge.c remove.c setfacl.c util.c
LDADD=		-lposix1e

NOSHARED=	yes

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud