21 lines
477 B
Makefile
21 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.14 2012/05/21 11:06:04 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 += p5-Nagios-Plugin
|
|
SUBDIR += plugins
|
|
|
|
.include <bsd.port.subdir.mk>
|