aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/Makefile
blob: e1769f4f956c06c4f429d58ae522c83215db4e6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.4 1995/02/10 03:12:03 wollman Exp $

PROG=	mtree
SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c
MAN8=	mtree.8
.PATH:	${.CURDIR}/../../usr.bin/cksum

DPADD+=	${LIBMD}
LDADD+=	-lmd

.include <bsd.prog.mk>