freebsd-dev/bin/getfacl/Makefile
2001-03-19 18:58:16 +00:00

10 lines
116 B
Makefile

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