aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/Makefile
blob: 7347ea8027c608ceced18b6c4f944f0ea9499bba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Project = remote_cmds

ifeq "$(RC_TARGET_CONFIG)" "iPhone"
SubProjects = telnetd.tproj
else
SubProjects = \
        logger.tproj\
        talk.tproj talkd.tproj telnet.tproj telnetd.tproj tftp.tproj\
        tftpd.tproj wall.tproj
endif

include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make