10 lines
250 B
Makefile
10 lines
250 B
Makefile
# from: @(#)Makefile 5.6 (Berkeley) 2/19/92
|
|
# $Id: Makefile,v 1.4 1993/11/02 08:43:48 cgd Exp $
|
|
|
|
PROG= mtree
|
|
#CFLAGS+=-DDEBUG
|
|
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
|
|
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
|
|
|
.include <bsd.prog.mk>
|