]> git.saurik.com Git - apple/file_cmds.git/blame_incremental - Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / Makefile
... / ...
CommitLineData
1Project = file_cmds
2
3SubProjects = chflags chmod chown cksum compress cp dd df du install \
4 ipcrm ipcs ln ls mkdir mkfifo mknod mv pathchk pax rm \
5 rmdir shar stat touch
6
7Embedded = $(shell tconf --test TARGET_OS_EMBEDDED)
8ifneq ($(Embedded),YES)
9 #libcrypto missing
10 SubProjects += mtree
11endif
12
13include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make