1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Add missing libs to make check

This commit is contained in:
dmiller
2018-10-18 01:10:57 +00:00
parent 0500811f5a
commit a7638f57c8

View File

@@ -112,6 +112,7 @@ local libs = {
"pppoe", "pppoe",
"proxy", "proxy",
"punycode", "punycode",
"rand",
"rdp", "rdp",
"re", "re",
"redis", "redis",
@@ -138,8 +139,10 @@ local libs = {
"stdnse", "stdnse",
"strbuf", "strbuf",
--"strict", -- behaves oddly --"strict", -- behaves oddly
"stringaux",
"stun", "stun",
"tab", "tab",
"tableaux",
"target", "target",
"tftp", "tftp",
"tls", "tls",