summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/Makefile
blob: ec67d45959863874fa841d7073125de3e12b4f96 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.6 1997/09/21 11:43:58 deraadt Exp $

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>