freebsd-nq/bin/getfacl/Makefile

10 lines
116 B
Makefile
Raw Normal View History

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