aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/mtree/Makefile
blob: e9cf4f2b1d391b4e0230d62ff2ea6da42df64369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PROG=	mtree
MAN=	mtree.8
SRCS=	commoncrypto.c \
	compare.c \
	create.c \
	excludes.c \
	metrics.c \
	misc.c \
	mtree.c \
	spec.c \
	specspec.c \
	verify.c \
	crc.c

.PATH: ${.CURDIR}/../cksum

LDADD=-framework CoreFoundation

.include <bsd.prog.mk>