freebsd-dev/bin/getfacl/Makefile
2001-03-19 21:18:48 +00:00

9 lines
102 B
Makefile

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