diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-07-04 06:28:15 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-07-04 06:28:15 +0800 |
commit | 0672c8ed8a53c52ac54546001cc5bbe5f60e8a1d (patch) | |
tree | d2067f7b91f091957d2ac8520a2cdad4e39653b6 /audio/Makefile | |
parent | 0c6810735115439f2e31050c7b2c38451564dace (diff) | |
download | freebsd-ports-gnome-0672c8ed8a53c52ac54546001cc5bbe5f60e8a1d.tar.gz freebsd-ports-gnome-0672c8ed8a53c52ac54546001cc5bbe5f60e8a1d.tar.zst freebsd-ports-gnome-0672c8ed8a53c52ac54546001cc5bbe5f60e8a1d.zip |
add rsynth back to the SUBDIRs list
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index b7bfa607e4f1..05523d21784e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,9 +1,8 @@ -# $Id: Makefile,v 1.19 1995/06/21 20:39:49 asami Exp $ +# $Id: Makefile,v 1.20 1995/07/01 09:19:52 asami Exp $ # # RESTRICTED: xmcd (needs Motif, xmcd itself isn't restricted) # # BROKEN: gmod -# BROKEN: rsynth (can't find a master site) # SUBDIR += gsm @@ -11,6 +10,7 @@ SUBDIR += nas SUBDIR += playmidi SUBDIR += rplay + SUBDIR += rsynth SUBDIR += s3mod SUBDIR += sox SUBDIR += tracker |