blob: c0dfe5e94ddf229ab1c5e43e7ec789ae9f701557 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
# $NetBSD: Makefile,v 1.30 1999/04/15 14:32:57 proff Exp $
#
SUBDIR += amp
SUBDIR += bladeenc
SUBDIR += cam
SUBDIR += cdd
SUBDIR += cddbd
SUBDIR += esound
SUBDIR += festdoc
SUBDIR += festival
SUBDIR += festlex-cmu
SUBDIR += festlex-oald
SUBDIR += festlex-ogi
SUBDIR += festlex-poslex
SUBDIR += festogi-spanish
SUBDIR += festvox-abc
SUBDIR += festvox-aec
SUBDIR += festvox-don
SUBDIR += festvox-el11
SUBDIR += festvox-hvs
SUBDIR += festvox-jph
SUBDIR += festvox-kal16
SUBDIR += festvox-kal8
SUBDIR += festvox-ked16
SUBDIR += festvox-ked8
SUBDIR += festvox-en1
SUBDIR += festvox-mwm
SUBDIR += festvox-ogirab
SUBDIR += festvox-rab16
SUBDIR += festvox-rab8
SUBDIR += festvox-tll
SUBDIR += gsm
SUBDIR += libaudiofile
SUBDIR += maplay
SUBDIR += mbrola-linux
SUBDIR += mbrolavox-en1
SUBDIR += mikmod
SUBDIR += mpg123
SUBDIR += nas
SUBDIR += nspmod
SUBDIR += rplay
SUBDIR += sidplay
SUBDIR += snd
SUBDIR += sox
SUBDIR += splay
SUBDIR += timidity
SUBDIR += tosha
SUBDIR += tracker
SUBDIR += wmsound
SUBDIR += xcdplayer
SUBDIR += xhippo
SUBDIR += xmcd
SUBDIR += xmix
SUBDIR += xmmix
SUBDIR += xwave
SUBDIR += wsoundprefs
.include "../mk/bsd.pkg.subdir.mk"
|