diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 22:49:20 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 22:49:20 +0000 |
commit | f1d6e2e078de274ce9fff3546d3331fbb4df9901 (patch) | |
tree | 10c9bb9383a511a4a52122cc4b99eaa4c28795d0 | |
parent | A text-mode audio CD player with a nice termcap-and-cbreak-based UI. (diff) |
Add cdplay.
Notes
Notes:
svn path=/head/; revision=8671
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 659e687b9b6b..b0e5888611f4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.38 1997/09/05 17:13:14 max Exp $ +# $Id: Makefile,v 1.39 1997/10/29 12:19:56 tg Exp $ # SUBDIR += amp SUBDIR += cam SUBDIR += cddbd + SUBDIR += cdplay SUBDIR += gmod SUBDIR += gsm SUBDIR += maplay |