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

config NMAP
        bool "nmap"
	depends on BROKEN
	help
	  FIXME: This item needs to be documented

comment "NMAP is broken, please send a patch"
        depends on !BROKEN

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