Add telnetd as service to rc.conf.

This commit is contained in:
Chris Johns
2016-07-01 15:49:52 +10:00
parent fc26479566
commit 65c65bb7a3
9 changed files with 296 additions and 42 deletions

View File

@@ -1115,6 +1115,8 @@ def build(bld):
'rtemsbsd/telnetd/check_passwd.c',
'rtemsbsd/telnetd/des.c',
'rtemsbsd/telnetd/pty.c',
'rtemsbsd/telnetd/telnetd-init.c',
'rtemsbsd/telnetd/telnetd-service.c',
'rtemsbsd/telnetd/telnetd.c']
if bld.get_env()["RTEMS_ARCH"] == "arm":
source += ['freebsd/sys/mips/mips/in_cksum.c']