summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/libtelnetd.yml
blob: adfda2ba301dea21dbf624d3c4aa611f7ca0c461 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: library
cflags:
- ${COVERAGE_COMPILER_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags:
- ${COVERAGE_COMPILER_FLAGS}
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