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