aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'remote_cmds/Makefile')
-rw-r--r--remote_cmds/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/remote_cmds/Makefile b/remote_cmds/Makefile
new file mode 100644
index 0000000..7347ea8
--- /dev/null
+++ b/remote_cmds/Makefile
@@ -0,0 +1,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