o Missed in prior commit: getfacl(1) Makefile
This commit is contained in:
parent
51d0ad314f
commit
09ef2e46f9
9
bin/getfacl/Makefile
Normal file
9
bin/getfacl/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= getfacl
|
||||
SRCS= getfacl.c
|
||||
LDADD= -lposix1e
|
||||
CFLAGS+= -g -Wall
|
||||
NOSHARED= yes
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user