aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/mtree/Makefile
blob: 177c7e83b97aaafa29e0cf20b974963afbc4eff7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

CFLAGS+=-DENABLE_MD5 -DENABLE_RMD160 -DENABLE_SHA1 -DENABLE_SHA256
LDADD=-framework CoreFoundation

BINDIR=/usr/sbin

.include <bsd.prog.mk>