1# from: @(#)Makefile 5.6 (Berkeley) 2/19/92 2# $Id: Makefile,v 1.4 1993/11/02 08:43:48 cgd Exp $ 3 4PROG= mtree 5#CFLAGS+=-DDEBUG 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