]> git.saurik.com Git - apple/file_cmds.git/blob - mtree/Makefile
file_cmds-188.tar.gz
[apple/file_cmds.git] / mtree / Makefile
1 Project = mtree
2 Install_Dir = /usr/sbin
3
4 CFILES = compare.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
5 verify.c \
6 ../cksum/crc.c
7 MANPAGES = mtree.8
8
9 Extra_CC_Flags = -Wall -mdynamic-no-pic \
10 -D__FBSDID=__RCSID \
11 -DENABLE_MD5 \
12 -DENABLE_RMD160 \
13 -DENABLE_SHA1
14 Extra_LD_Flags = -dead_strip \
15 -lmd -lcrypto
16
17 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make