20 lines
443 B
Makefile
20 lines
443 B
Makefile
|
SUBDIR =
|
||
|
SUBDIR += check_bioctl
|
||
|
SUBDIR += check_email_delivery
|
||
|
SUBDIR += check_esxi_hardware
|
||
|
SUBDIR += check_hw_sensors
|
||
|
SUBDIR += check_mssql_health
|
||
|
SUBDIR += check_openbgpd
|
||
|
SUBDIR += check_postgres
|
||
|
SUBDIR += check_rabbitmq
|
||
|
SUBDIR += check_sip
|
||
|
SUBDIR += cnagios
|
||
|
SUBDIR += nagios
|
||
|
SUBDIR += nagios,chroot
|
||
|
SUBDIR += nrpe
|
||
|
SUBDIR += nsca
|
||
|
SUBDIR += nsca-ng
|
||
|
SUBDIR += p5-Nagios-Plugin
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|