o Missed in prior commit: getfacl(1) Makefile

This commit is contained in:
Robert Watson 2001-03-19 18:58:16 +00:00
parent 51d0ad314f
commit 09ef2e46f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74467

9
bin/getfacl/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
PROG= getfacl
SRCS= getfacl.c
LDADD= -lposix1e
CFLAGS+= -g -Wall
NOSHARED= yes
.include <bsd.prog.mk>