forked from Imagelibrary/rtems
25 lines
528 B
YAML
25 lines
528 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: library
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes:
|
|
- cpukit/libnetworking
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}/rtems
|
|
source:
|
|
- cpukit/include/rtems/telnetd.h
|
|
install-path: ${BSP_LIBDIR}
|
|
links: []
|
|
source:
|
|
- cpukit/telnetd/check_passwd.c
|
|
- cpukit/telnetd/des.c
|
|
- cpukit/telnetd/pty.c
|
|
- cpukit/telnetd/telnetd-init.c
|
|
- cpukit/telnetd/telnetd.c
|
|
target: telnetd
|
|
type: build
|