aboutsummaryrefslogtreecommitdiff
path: root/mbone/Makefile
blob: 06ec87bb26bf732418cbc7c87f72b37dee312ddb (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
24
# $FreeBSD$
#

    COMMENT = MBone applications

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

.include <bsd.port.subdir.mk>