1 2 3 4 5 6 7 8 9
# $FreeBSD$ PROG= getfacl SRCS= getfacl.c LDADD= -lposix1e CFLAGS+= -g -Wall NOSHARED= yes .include <bsd.prog.mk>