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