openbsd-ports/telephony/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

23 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.22 2010/02/01 17:00:14 espie Exp $
SUBDIR =
SUBDIR += appkonference
SUBDIR += asterisk
SUBDIR += asterisk,h323
SUBDIR += asterisk-native-sounds
SUBDIR += asterisk-openbsd-moh
SUBDIR += asterisk-sounds
SUBDIR += astmanproxy
SUBDIR += fobbit
SUBDIR += gsutil
SUBDIR += iaxmodem
SUBDIR += kamailio
SUBDIR += libosip2
SUBDIR += p5-Net-SIP
SUBDIR += p5-asterisk
SUBDIR += pjsua
SUBDIR += siproxd
SUBDIR += spandsp
.include <bsd.port.subdir.mk>