]> git.cameronkatri.com Git - apple_cmds.git/blob - file_cmds/mtree/Makefile
Merge branch 'apple'
[apple_cmds.git] / file_cmds / mtree / Makefile
1 PROG= mtree
2 MAN= mtree.8
3 SRCS= commoncrypto.c \
4 compare.c \
5 create.c \
6 excludes.c \
7 metrics.c \
8 misc.c \
9 mtree.c \
10 spec.c \
11 specspec.c \
12 verify.c \
13 crc.c
14
15 .PATH: ${.CURDIR}/../cksum
16
17 CFLAGS+=-DENABLE_MD5 -DENABLE_RMD160 -DENABLE_SHA1 -DENABLE_SHA256
18 LDADD=-framework CoreFoundation
19
20 BINDIR=/usr/sbin
21
22 .include <bsd.prog.mk>