X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/40bf83fed3260cbe00f8bd41f2f5a5f622d625be..686e1a443a8b1ba83917c42879672abe732e955c:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 0f1207b..3253a66 100644 --- 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