Makefile revision 1.8
1#	$OpenBSD: Makefile,v 1.8 2012/07/23 17:38:19 deraadt Exp $
2
3PROG=	mtree
4#CFLAGS+=-DDEBUG
5MAN=	mtree.8
6SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c
7LDSTATIC=	${STATIC}
8
9.include <bsd.prog.mk>
10