diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-07-03 22:28:15 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-07-03 22:28:15 +0000 |
commit | 0672c8ed8a53c52ac54546001cc5bbe5f60e8a1d (patch) | |
tree | d2067f7b91f091957d2ac8520a2cdad4e39653b6 /audio | |
parent | 0c6810735115439f2e31050c7b2c38451564dace (diff) | |
download | FreeBSD-ports-0672c8ed8a53c52ac54546001cc5bbe5f60e8a1d.zip FreeBSD-ports-0672c8ed8a53c52ac54546001cc5bbe5f60e8a1d.tar.gz |
add rsynth back to the SUBDIRs list
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index b7bfa60..05523d2 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 |