mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
9 lines
102 B
Makefile
9 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= getfacl
|
|
SRCS= getfacl.c
|
|
LDADD= -lposix1e
|
|
CFLAGS+= -g -Wall
|
|
|
|
.include <bsd.prog.mk>
|