|
# from: @(#)Makefile 5.6 (Berkeley) 2/19/92
|
|
# $Id: Makefile,v 1.6 1994/12/22 11:36:40 cgd Exp $
|
|
|
|
PROG= mtree
|
|
#CFLAGS+=-DDEBUG
|
|
MAN= mtree.8
|
|
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
|
|
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
|
|
|
.include <bsd.prog.mk>
|