diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 14:29:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 14:29:30 +0000 |
commit | 10196634c9995649793f4664470763748041bfaf (patch) | |
tree | 53e763ce7c1b476dd86257def1c2b3e7c334c88c /audio/Makefile | |
parent | d85f8f76c8571ac9c6f2f08f1c7c33d95f560ff0 (diff) |
Add cue2toc 0.0, perl script that converts CUE files into TOC
files for cdrdao.
Notes
Notes:
svn path=/head/; revision=89900
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 5a0aa2970cb0..205497e3fd93 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -48,6 +48,7 @@ SUBDIR += crip SUBDIR += csound SUBDIR += csound-manual + SUBDIR += cue2toc SUBDIR += cymbaline SUBDIR += dagrab SUBDIR += dap |