mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
o Missed in prior commit: getfacl(1) Makefile
This commit is contained in:
parent
51d0ad314f
commit
09ef2e46f9
1 changed files with 9 additions and 0 deletions
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 a new issue