1 1.1.1.3 mrg # @(#)Makefile 8.2 (Berkeley) 4/27/95 2 1.1 cgd 3 1.1 cgd PROG= mtree 4 1.1.1.3 mrg MAN8= mtree.0 5 1.1.1.2 cgd #CFLAGS+=-DDEBUG 6 1.1.1.2 cgd SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c 7 1.1.1.2 cgd .PATH: ${.CURDIR}/../../usr.bin/cksum 8 1.1 cgd 9 1.1 cgd .include <bsd.prog.mk> 10