summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/Makefile
blob: 4197e9113823b626f1ec9e48430c673fbb297a8d (plain)
1
2
3
4
5
6
7
8
9
10
#	$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>