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