freebsd-dev/bin/getfacl/Makefile
Dima Dorfman b91c884fda Set WARNS=2 on programs which compile cleanly.
Submitted by:	Mike Barcroft <mike@q9media.com>
2001-07-15 10:30:46 +00:00

7 lines
61 B
Makefile

# $FreeBSD$
PROG= getfacl
WARNS?= 2
.include <bsd.prog.mk>