openbsd-ports/net/nagios/Makefile
espie 100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00

18 lines
387 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/02/01 17:00:14 espie Exp $
SUBDIR =
SUBDIR += check_bioctl
SUBDIR += check_email_delivery
SUBDIR += check_hw_sensors
SUBDIR += check_openbgpd
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>