aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 10:44:54 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 14:59:06 -0400
commitb9db19b71926ba1d2b0722a43cf538bf139fc0d9 (patch)
tree5fdb44eb55955dcaa6155b36304ea938d20ccaa9 /remote_cmds/Makefile
parent911b83fe05d682c541e38fecd55fdad0755be2ca (diff)
downloadapple_cmds-b9db19b71926ba1d2b0722a43cf538bf139fc0d9.tar.gz
apple_cmds-b9db19b71926ba1d2b0722a43cf538bf139fc0d9.tar.zst
apple_cmds-b9db19b71926ba1d2b0722a43cf538bf139fc0d9.zip
remote_cmds: All compiling
Diffstat (limited to 'remote_cmds/Makefile')
-rw-r--r--remote_cmds/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/remote_cmds/Makefile b/remote_cmds/Makefile
index 7347ea8..1ffac6f 100644
--- a/remote_cmds/Makefile
+++ b/remote_cmds/Makefile
@@ -1,12 +1,6 @@
-Project = remote_cmds
+SUBDIR= \
+ logger.tproj\
+ talk.tproj talkd.tproj telnet.tproj telnetd.tproj tftp.tproj\
+ tftpd.tproj wall.tproj
-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
+.include <bsd.subdir.mk>