aboutsummaryrefslogtreecommitdiff
path: root/mbone/Makefile
blob: 20da6c6a82f7a362feaa32284f54668907147b77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$
#

    COMMENT = MBone applications

    SUBDIR += imm
    SUBDIR += mcl
    SUBDIR += nte
    SUBDIR += rat
    SUBDIR += rat30
    SUBDIR += relate
    SUBDIR += rqm
    SUBDIR += rtptools
    SUBDIR += sdr
    SUBDIR += speak_freely
    SUBDIR += udpcast
    SUBDIR += vat
    SUBDIR += vic
    SUBDIR += wb
    SUBDIR += wbd
    SUBDIR += xspeakfree

.include <bsd.port.subdir.mk>