X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/64d2f73f72a44d5cc536043a2a9270edc5de82da..40bf83fed3260cbe00f8bd41f2f5a5f622d625be:/Makefile diff --git a/Makefile b/Makefile index f240add..0f1207b 100644 --- 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