blob: 502c53e1ad699a3a544d5d9e56e6e5dcb9aff6d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
#
COMMENT = MBone applications
SUBDIR += imm
SUBDIR += mcl
SUBDIR += rat
SUBDIR += rat30
SUBDIR += rqm
SUBDIR += rtptools
SUBDIR += sdr
SUBDIR += speak_freely
SUBDIR += udpcast
SUBDIR += vat
SUBDIR += vic
SUBDIR += wb
SUBDIR += xspeakfree
.include <bsd.port.subdir.mk>
|