]> git.cameronkatri.com Git - apple_cmds.git/blob - remote_cmds/Makefile
bootstrap_cmds: Update to 121.100.1
[apple_cmds.git] / remote_cmds / Makefile
1 Project = remote_cmds
2
3 ifeq "$(RC_TARGET_CONFIG)" "iPhone"
4 SubProjects = telnetd.tproj
5 else
6 SubProjects = \
7 logger.tproj\
8 talk.tproj talkd.tproj telnet.tproj telnetd.tproj tftp.tproj\
9 tftpd.tproj wall.tproj
10 endif
11
12 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make