ac2875fa16
Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later. Sponsored by: The FreeBSD Foundation
8 lines
121 B
Makefile
8 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= setfacl
|
|
SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
|
|
|
|
.include <bsd.prog.mk>
|