diff options
author | asami <asami@FreeBSD.org> | 1995-07-01 17:19:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-01 17:19:52 +0800 |
commit | 8de0194fce8152eaee71568ab4ffb733208ab742 (patch) | |
tree | e27923e2dffa88a46a7168472f5983ba087d935b /audio | |
parent | 514b7d0d5bf3c02b16497f8799ab83117dfe10be (diff) | |
download | freebsd-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/Makefile | 14 |
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> |