|
# $NetBSD: Makefile,v 1.8 1995/03/07 21:12:04 cgd Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
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>
|