1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/bin/setfacl/Makefile
Dima Dorfman 982f5d88ff WARNS= -> WARNS?=
Submitted by:	Mike Barcroft <mike@q9media.com>
2001-06-22 21:38:30 +00:00

9 lines
119 B
Makefile

# $FreeBSD$
PROG= setfacl
SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
WARNS?= 2
.include <bsd.prog.mk>