aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-01 17:19:52 +0800
committerasami <asami@FreeBSD.org>1995-07-01 17:19:52 +0800
commit8de0194fce8152eaee71568ab4ffb733208ab742 (patch)
treee27923e2dffa88a46a7168472f5983ba087d935b /audio
parent514b7d0d5bf3c02b16497f8799ab83117dfe10be (diff)
downloadfreebsd-ports-gnome-8de0194fce8152eaee71568ab4ffb733208ab742.tar.gz
freebsd-ports-gnome-8de0194fce8152eaee71568ab4ffb733208ab742.tar.zst
freebsd-ports-gnome-8de0194fce8152eaee71568ab4ffb733208ab742.zip
Add xmix, convert Makefile along the way.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 978510ca5cf7..b7bfa607e4f1 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 1995/06/10 02:36:44 jkh Exp $
+# $Id: Makefile,v 1.19 1995/06/21 20:39:49 asami Exp $
#
# RESTRICTED: xmcd (needs Motif, xmcd itself isn't restricted)
#
@@ -6,6 +6,16 @@
# BROKEN: rsynth (can't find a master site)
#
-SUBDIR= gsm maplay nas playmidi rplay s3mod sox tracker xcd xcdplayer
+ SUBDIR += gsm
+ SUBDIR += maplay
+ SUBDIR += nas
+ SUBDIR += playmidi
+ SUBDIR += rplay
+ SUBDIR += s3mod
+ SUBDIR += sox
+ SUBDIR += tracker
+ SUBDIR += xcd
+ SUBDIR += xcdplayer
+ SUBDIR += xmix
.include <bsd.port.subdir.mk>