98dd96ee20
category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
24 lines
396 B
Makefile
24 lines
396 B
Makefile
# $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 += vat
|
|
SUBDIR += vic
|
|
SUBDIR += wb
|
|
SUBDIR += wbd
|
|
SUBDIR += xspeakfree
|
|
|
|
.include <bsd.port.subdir.mk>
|