Makefile revision 1.6
1#	$OpenBSD: Makefile,v 1.6 1997/09/21 11:43:58 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
7.PATH:	${.CURDIR}/../../usr.bin/cksum
8
9.include <bsd.prog.mk>
10