summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authoraugustss <augustss>1997-10-29 00:41:45 +0000
committeraugustss <augustss>1997-10-29 00:41:45 +0000
commit25232c2c4833517ca38fa3cb62d6838bd98db7cf (patch)
treefcdbc9e99f08e16da91a2a6499b9b70139d9b54a /audio/Makefile
parentf43e70847d144927b672fde1b454e07c4883d040 (diff)
downloadpkgsrc-25232c2c4833517ca38fa3cb62d6838bd98db7cf.tar.gz
Some programs actually work now.
Diffstat (limited to 'audio/Makefile')
-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>