blob: 211c9bef7ab2e1356d837fd9cc262781c094d33a (
plain)
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
29
30
31
32
33
34
35
36
37
38
39
|
# $Id: Makefile,v 1.42 1998/04/24 02:33:59 mph Exp $
#
SUBDIR += amp
SUBDIR += cam
SUBDIR += cddbd
SUBDIR += cdplay
SUBDIR += gmod
SUBDIR += gsm
SUBDIR += kdemultimedia
SUBDIR += maplay
SUBDIR += mikmod
SUBDIR += mpegaudio
SUBDIR += mpg123
SUBDIR += mxv
SUBDIR += nas
SUBDIR += nspmod
SUBDIR += playmidi
SUBDIR += radio
SUBDIR += rosegarden
SUBDIR += rplay
SUBDIR += rsynth
SUBDIR += s3mod
SUBDIR += sox
SUBDIR += splay
SUBDIR += splaytk
SUBDIR += timidity
SUBDIR += tosha
SUBDIR += tracker
SUBDIR += workman
SUBDIR += xcd
SUBDIR += xcdplayer
SUBDIR += xmcd
SUBDIR += xmix
SUBDIR += xmmix
SUBDIR += xmpeg3
SUBDIR += xtuner
.include <bsd.port.subdir.mk>
|