]> git.saurik.com Git - apple/file_cmds.git/blobdiff - Makefile
file_cmds-202.2.tar.gz
[apple/file_cmds.git] / Makefile
index f240adde783d046bda8e1867a3ea6b871c27e0f8..0f1207be52ae0d9ada0878be4ed581eb62e73877 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,7 @@
 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
-
-ifeq ($(Embedded),NO)
-#libcrypto missing
-SubProjects += mtree
-endif
+       ipcrm ipcs ln ls mkdir mkfifo mknod mtree mv pathchk pax rm \
+       rmdir shar stat touch
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make