diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-11 20:46:23 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-11 20:46:23 +0000 |
commit | b798d59e8471fb7e6eeb302403edadaa75d21cd9 (patch) | |
tree | 909d61b482fde79bbd73246c907b6982f3a568a1 /audio | |
parent | Bring in the rsynth port (diff) |
Add rsynth
Notes
Notes:
svn path=/head/; revision=1678
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 c2b3ab32ffb4..da7c69b3607c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.12 1995/02/27 20:27:07 ache Exp $ +# $Id: Makefile,v 1.13 1995/03/31 19:06:51 gpalmer Exp $ # # xmcd not included, it needs Motif. # # BROKEN= gmod # -SUBDIR= gsm maplay nas playmidi sox tracker xcd xcdplayer +SUBDIR= gsm maplay nas playmidi rsynth sox tracker xcd xcdplayer .include <bsd.port.subdir.mk> |