diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-14 17:43:14 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-14 17:43:14 +0000 |
commit | 1ad82feee3ddb66416d0e9e067e7f89afc62680f (patch) | |
tree | e2a21199de09a0c14ec028c2d6dd7be3e9696ad6 /audio/Makefile | |
parent | A plugin for gkrellm, that watches in multiple mailboxes for new mail. (diff) |
Add cdplayer.app - a CD player with CDDB support resembling OpenStep's OmniCD.
PR: 21257
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Notes
Notes:
svn path=/head/; revision=32613
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 3221e757f474..93b20bb7e5e5 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -14,6 +14,7 @@ SUBDIR += cdd SUBDIR += cdindex SUBDIR += cdplay + SUBDIR += cdplayer.app SUBDIR += cdrdao SUBDIR += cmp3 SUBDIR += dagrab |