summaryrefslogtreecommitdiffstats
path: root/libbsd_waf.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd_waf.py')
-rw-r--r--libbsd_waf.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/libbsd_waf.py b/libbsd_waf.py
index 5cdcd5ea..16ff863a 100644
--- a/libbsd_waf.py
+++ b/libbsd_waf.py
@@ -943,6 +943,7 @@ def build(bld):
'mDNSResponder/mDNSShared/dnssd_clientshim.c',
'mDNSResponder/mDNSShared/mDNSDebug.c',
'rtemsbsd/ftpd/ftpd.c',
+ 'rtemsbsd/ftpfs/ftpfs.c',
'rtemsbsd/local/bus_if.c',
'rtemsbsd/local/cryptodev_if.c',
'rtemsbsd/local/device_if.c',
@@ -1192,6 +1193,16 @@ def build(bld):
lib = ["m", "z"],
install_path = None)
+ test_ftpd02 = ['testsuite/ftpd02/test_main.c']
+ bld.program(target = "ftpd02.exe",
+ features = "cprogram",
+ cflags = cflags,
+ includes = includes,
+ source = test_ftpd02,
+ use = ["bsd"],
+ lib = ["m", "z"],
+ install_path = None)
+
test_init01 = ['testsuite/init01/test_main.c']
bld.program(target = "init01.exe",
features = "cprogram",