1993-11-02 10:51:06 +03:00
|
|
|
# from: @(#)Makefile 5.6 (Berkeley) 2/19/92
|
1994-03-19 10:55:56 +03:00
|
|
|
# $Id: Makefile,v 1.5 1994/03/19 07:55:56 cgd Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= mtree
|
1993-11-02 10:51:06 +03:00
|
|
|
#CFLAGS+=-DDEBUG
|
1994-03-19 10:55:56 +03:00
|
|
|
MAN8= mtree.0
|
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>
|