blob: d5720dda1ee3b2bf90d91bda1eda9eca24fea623 (
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
|
# $Id: Makefile,v 1.28 1996/08/16 13:45:53 erich 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 += tracker
SUBDIR += workman
SUBDIR += xcd
SUBDIR += xcdplayer
SUBDIR += xmcd
SUBDIR += xmix
SUBDIR += xmmix
.include <bsd.port.subdir.mk>
|