blob: dfe4736b5a51978224ed7fb71ad1e4e3879f1b0d (
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
|
# $NetBSD: Makefile,v 1.9 1997/11/24 23:01:00 augustss Exp $
#
SUBDIR += amp
SUBDIR += cam
SUBDIR += cddbd
SUBDIR += gsm
SUBDIR += maplay
SUBDIR += mikmod
SUBDIR += mpg123
#SUBDIR += nas
SUBDIR += nspmod
#SUBDIR += rplay
#SUBDIR += rsynth # needs nas
SUBDIR += sox
SUBDIR += splay
SUBDIR += timidity
SUBDIR += tosha
SUBDIR += tracker
#SUBDIR += workman # needs xview
#SUBDIR += xcd # needs tk80
#SUBDIR += xcdplayer
SUBDIR += xmcd
SUBDIR += xmix
SUBDIR += xmmix
.include <bsd.port.subdir.mk>
|