]> git.saurik.com Git - apple/file_cmds.git/blob - Makefile
file_cmds-188.tar.gz
[apple/file_cmds.git] / Makefile
1 Project = file_cmds
2
3 Embedded = $(shell tconf --test TARGET_OS_EMBEDDED)
4
5 SubProjects = 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\
8 touch
9
10 ifeq ($(Embedded),NO)
11 #libcrypto missing
12 SubProjects += mtree
13 endif
14
15 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make