22 lines
497 B
Makefile
22 lines
497 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/03/11 19:27:49 sthen Exp $
|
|
|
|
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_sip
|
|
SUBDIR += cnagios
|
|
SUBDIR += nagios
|
|
SUBDIR += nagios,chroot
|
|
SUBDIR += nrpe
|
|
SUBDIR += nsca
|
|
SUBDIR += nsca-ng
|
|
SUBDIR += p5-Nagios-Plugin
|
|
SUBDIR += plugins
|
|
|
|
.include <bsd.port.subdir.mk>
|