summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/Makefile
blob: 3d3835bd4535d4a11516a217991d6f895654c372 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.5 1997/01/03 21:40:48 millert Exp $
#	$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>