]> git.saurik.com Git - apple/file_cmds.git/blame - Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / Makefile
CommitLineData
64d2f73f 1Project = file_cmds
44a7a5ab 2
64d2f73f 3SubProjects = chflags chmod chown cksum compress cp dd df du install \
686e1a44 4 ipcrm ipcs ln ls mkdir mkfifo mknod mv pathchk pax rm \
40bf83fe 5 rmdir shar stat touch
44a7a5ab 6
686e1a44
A
7Embedded = $(shell tconf --test TARGET_OS_EMBEDDED)
8ifneq ($(Embedded),YES)
9 #libcrypto missing
10 SubProjects += mtree
11endif
12
64d2f73f 13include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make