# $FreeBSD: head/bin/setfacl/Makefile 74465 2001-03-19 18:09:25Z rwatson $ CFLAGS+= -g ${BDECFLAGS} PROG= setfacl SRCS= file.c mask.c merge.c remove.c setfacl.c util.c LDADD= -lposix1e NOSHARED= yes .include