mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
a748290789
set WARNS=0. Reviewed by: mike
7 lines
107 B
Makefile
7 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= setfacl
|
|
SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
|
|
|
|
.include <bsd.prog.mk>
|