summaryrefslogtreecommitdiffstats
path: root/netlegacy.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlegacy.py')
-rw-r--r--netlegacy.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/netlegacy.py b/netlegacy.py
index 2936b8f..4dd9e96 100644
--- a/netlegacy.py
+++ b/netlegacy.py
@@ -31,8 +31,7 @@ import os
source_files = []
include_files = {}
-exclude_dirs = ['pppd', 'nfsclient', 'testsuites', 'librpc/include', 'bsps',
- 'telnetd']
+exclude_dirs = ['pppd', 'nfsclient', 'testsuites', os.path.join('librpc', 'include'), 'bsps']
exclude_headers = ['rtems-bsd-user-space.h', 'rtems-bsd-kernel-space.h']
for root, dirs, files in os.walk("."):
@@ -119,12 +118,6 @@ def build(bld):
use='networking',
source=pppd_source)
- bld.stlib(target='telnetd',
- features='c',
- includes=ip,
- use='networking',
- source=telnetd_source)
-
bld.stlib(target='nfs',
features='c',
includes=ip,