diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-08 18:53:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-08 18:53:47 +0000 |
commit | 656bf2fdaba05fbf067a8cb0593d20d83dae9356 (patch) | |
tree | a5092d494ce0ff8a121bd8260d945d95c34931a2 /audio/Makefile | |
parent | f65b3ad332381c892ea817e00e752bd303e186a6 (diff) |
Add audio/snd, a multitracking, GUILE-extensible sound editor.
Notes
Notes:
svn path=/head/; revision=33588
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 49120d722bbc..534425bfbe53 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -117,6 +117,7 @@ SUBDIR += shorten SUBDIR += shout SUBDIR += sidplay + SUBDIR += snd SUBDIR += snowstar SUBDIR += soundtracker SUBDIR += sox |