blob: 22eab2b9c2a0d4a7b459e7508605dbd74ff11cf2 (
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
25
26
27
28
|
# $Id: Makefile,v 1.31 1997/03/26 02:15:30 jfitz Exp $
#
SUBDIR += cam
SUBDIR += gmod
SUBDIR += gsm
SUBDIR += maplay
SUBDIR += mpegaudio
SUBDIR += mxv
SUBDIR += nas
SUBDIR += playmidi
SUBDIR += radio
SUBDIR += rosegarden
SUBDIR += rplay
SUBDIR += rsynth
SUBDIR += s3mod
SUBDIR += sox
SUBDIR += splay
SUBDIR += timidity
SUBDIR += tracker
SUBDIR += workman
SUBDIR += xcd
SUBDIR += xcdplayer
SUBDIR += xmcd
SUBDIR += xmix
SUBDIR += xmmix
.include <bsd.port.subdir.mk>
|