]> git.cameronkatri.com Git - apple_cmds.git/blob - file_cmds/mtree/Makefile
file_cmds: mtree probably won't work, but it does compile
[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: ../cksum
16
17 LDADD=-framework CoreFoundation
18
19 .include <bsd.prog.mk>