summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/Makefile
blob: 6410cd3cef5b916d66fef08c73974d6df35b4d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 1996/12/10 08:25:57 deraadt Exp $
#	$NetBSD: Makefile,v 1.8 1995/03/07 21:12:04 cgd Exp $

PROG=	mtree
#CFLAGS+=-DDEBUG
CFLAGS+=-Wall
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>