summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>1997-10-29 00:41:45 +0000
committeraugustss <augustss@pkgsrc.org>1997-10-29 00:41:45 +0000
commitdd3cc8c3346bc80ca780ab9483cb670d15269c18 (patch)
treefcdbc9e99f08e16da91a2a6499b9b70139d9b54a /audio
parentefbd0fc6f0033f866755b5c2eb636c01cd5fa815 (diff)
downloadpkgsrc-dd3cc8c3346bc80ca780ab9483cb670d15269c18.tar.gz
Some programs actually work now.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 66f6e89fe72..8ec7d782841 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.2 1997/10/28 23:35:57 augustss Exp $
+# $NetBSD: Makefile,v 1.3 1997/10/29 00:41:45 augustss Exp $
#
- #SUBDIR += amp
+ SUBDIR += amp
#SUBDIR += cam
- #SUBDIR += cddbd
+ SUBDIR += cddbd
#SUBDIR += gmod
- #SUBDIR += gsm
- #SUBDIR += maplay
- #SUBDIR += mikmod
+ SUBDIR += gsm
+ SUBDIR += maplay
+ SUBDIR += mikmod
#SUBDIR += mpegaudio
- #SUBDIR += mpg123
+ SUBDIR += mpg123
#SUBDIR += mxv
#SUBDIR += nas
#SUBDIR += nspmod
@@ -21,7 +21,7 @@
#SUBDIR += s3mod
#SUBDIR += sox
#SUBDIR += splay
- #SUBDIR += timidity
+ SUBDIR += timidity
#SUBDIR += tosha
#SUBDIR += tracker
#SUBDIR += workman
@@ -29,6 +29,6 @@
#SUBDIR += xcdplayer
#SUBDIR += xmcd
#SUBDIR += xmix
- #SUBDIR += xmmix
+ SUBDIR += xmmix
.include <bsd.port.subdir.mk>