summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-01 09:19:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-01 09:19:52 +0000
commitf0a01488cd8dabf816f3e7fe0340dedbf9d0bcb7 (patch)
tree1531abb8cb9cd26cb0ddc213a42f49f0bc07d9fa /audio
parentAdd xspread. Convert the Makefile along the way to "SUBDIR+=" format. (diff)
Add xmix, convert Makefile along the way.
Notes
Notes: svn path=/head/; revision=1907
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>