100f0c7870
breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
18 lines
387 B
Makefile
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>
|