file_cmds-212.1.tar.gz
[apple/file_cmds.git] / Makefile
1 Project = file_cmds
2
3 SubProjects = 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
7 Embedded = $(shell tconf --test TARGET_OS_EMBEDDED)
8 ifneq ($(Embedded),YES)
9 #libcrypto missing
10 SubProjects += mtree
11 endif
12
13 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make