]> git.saurik.com Git - apple/file_cmds.git/blobdiff - Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / Makefile
index 0f1207be52ae0d9ada0878be4ed581eb62e73877..3253a66ae5caba00a5813c3b8aaa580012e5ee82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,13 @@
 Project = file_cmds
 
 SubProjects = chflags chmod chown cksum compress cp dd df du install \
-       ipcrm ipcs ln ls mkdir mkfifo mknod mtree mv pathchk pax rm \
+       ipcrm ipcs ln ls mkdir mkfifo mknod mv pathchk pax rm \
        rmdir shar stat touch
 
+Embedded = $(shell tconf --test TARGET_OS_EMBEDDED)
+ifneq ($(Embedded),YES)
+       #libcrypto missing
+       SubProjects += mtree
+endif
+
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make