summaryrefslogtreecommitdiffstats
path: root/rules/nmap.in
blob: a6bb19e6fdee375ecd4df736694a1b086ad652b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
menu    "nmap                "

config NMAP
        bool "nmap"

config NMAP_SERVICES
	bool "Install nmap-services"
	default y
	depends on NMAP
	select GCCLIBS_CXX
endmenu