1995-03-08 00:12:04 +03:00
|
|
|
# $NetBSD: Makefile,v 1.8 1995/03/07 21:12:04 cgd Exp $
|
1995-03-07 18:28:32 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= mtree
|
1993-11-02 10:51:06 +03:00
|
|
|
#CFLAGS+=-DDEBUG
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= mtree.8
|
1993-11-02 10:51:06 +03:00
|
|
|
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
|
1993-11-02 11:43:48 +03:00
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|