View | Details | Raw Unified | Return to bug 240909
Collapse All | Expand All

(-)security/bro/Makefile (-4 / +4 lines)
Lines 51-61 Link Here
51
51
52
OPTIONS_DEFINE=	BROCCOLI BROCTL BROKER DEBUG GEOIP2 IPSUMDUMP LBL_CF \
52
OPTIONS_DEFINE=	BROCCOLI BROCTL BROKER DEBUG GEOIP2 IPSUMDUMP LBL_CF \
53
		LBL_HF NETMAP PERFTOOLS
53
		LBL_HF NETMAP PERFTOOLS
54
OPTIONS_DEFAULT=BROCCOLI BROCTL GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP
54
OPTIONS_DEFAULT=BROCTL BROKER GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP
55
OPTIONS_SUB=	yes
55
OPTIONS_SUB=	yes
56
56
57
BROCCOLI_DESC=	Build support for libbroccoli communications
57
BROCCOLI_DESC=	Build support for libbroccoli communications (DEPRECATED)
58
BROCTL_DESC=	BroControl support (implies BROCCOLI and IPSUMDUMP)
58
BROCTL_DESC=	BroControl support (implies BROKER and IPSUMDUMP)
59
BROKER_DESC=	Enable the Broker communication library
59
BROKER_DESC=	Enable the Broker communication library
60
GEOIP2_DESC=	Build with GeoIP2 (MaxMindDB) support
60
GEOIP2_DESC=	Build with GeoIP2 (MaxMindDB) support
61
IPSUMDUMP_DESC=	Enables traffic summaries
61
IPSUMDUMP_DESC=	Enables traffic summaries
Lines 64-70 Link Here
64
NETMAP_DESC=	Native Netmap Packet IOSource for Bro
64
NETMAP_DESC=	Native Netmap Packet IOSource for Bro
65
PERFTOOLS_DESC=	Use Perftools to improve memory & CPU usage
65
PERFTOOLS_DESC=	Use Perftools to improve memory & CPU usage
66
66
67
BROCTL_IMPLIES=		BROCCOLI IPSUMDUMP
67
BROCTL_IMPLIES=		BROKER IPSUMDUMP
68
68
69
BROCCOLI_LIB_DEPENDS=	libbroccoli.so:security/broccoli
69
BROCCOLI_LIB_DEPENDS=	libbroccoli.so:security/broccoli
70
BROCTL_BUILD_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash \
70
BROCTL_BUILD_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash \

Return to bug 240909