summaryrefslogtreecommitdiffstats
path: root/rules/nmap.in
blob: ad141512cd04e2916d3fc0946e744d5c3270fd34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menu    "nmap                "

config NMAP
	bool "nmap"
	select OPENSSL
	select PCRE
	help
	  FIXME: This item needs to be documented

config NMAP_SERVICES
	bool "Install nmap-services"
	default y
	depends on NMAP
	select GCCLIBS_CXX
	help
	  FIXME: This item needs to be documented
endmenu