mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
8 lines
119 B
Makefile
8 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>
|