Home | History | Annotate | Line # | Download | only in setfacl
      1  1.1  christos # $FreeBSD: head/bin/setfacl/Makefile 298107 2016-04-16 07:45:30Z gjb $
      2  1.1  christos 
      3  1.1  christos PACKAGE=runtime
      4  1.1  christos PROG=	setfacl
      5  1.1  christos SRCS=	file.c mask.c merge.c remove.c setfacl.c util.c
      6  1.1  christos 
      7  1.1  christos .include <bsd.prog.mk>
      8