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