diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 07:08:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 07:08:35 +0000 |
commit | 54a9a26b81fc161e760887deb630bc1325212a34 (patch) | |
tree | 3aa58ed1d355b9f2ad3fa7a41f564dacbc555cf6 /audio/Makefile | |
parent | add abcselect 1.5 (diff) |
add abcmidi 36
Convert abc music files to MIDI and PostScript
PR: 35708
Submitted by: sue
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 b07769b49740..9a8b82922019 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -3,6 +3,7 @@ SUBDIR += Maaate SUBDIR += abcde + SUBDIR += abcmidi SUBDIR += abcselect SUBDIR += ac3dec SUBDIR += adpcm |