#	from: @(#)Makefile	5.6 (Berkeley) 2/19/92
#	$Id: Makefile,v 1.5 1994/03/19 07:55:56 cgd Exp $

PROG=	mtree
#CFLAGS+=-DDEBUG
MAN8=	mtree.0
SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c
.PATH:	${.CURDIR}/../../usr.bin/cksum

.include <bsd.prog.mk>
