blob: ad7cb8fe3e112c584e8b1c23441665b10f91ae4a (
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
|
# $Id: Makefile,v 1.30 1996/11/17 11:13:28 ache Exp $
#
SUBDIR += cam
SUBDIR += gmod
SUBDIR += gsm
SUBDIR += maplay
SUBDIR += mpegaudio
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>
|