1993-11-02 10:51:06 +03:00
|
|
|
# from: @(#)Makefile 5.6 (Berkeley) 2/19/92
|
1993-11-02 11:43:48 +03:00
|
|
|
# $Id: Makefile,v 1.4 1993/11/02 08:43:48 cgd Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= mtree
|
1993-11-02 10:51:06 +03:00
|
|
|
#CFLAGS+=-DDEBUG
|
|
|
|
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>
|