diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-20 02:11:15 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-20 02:11:15 +0000 |
commit | 0aa9323e80e3049ada9d2d6c96a0df05c8830d96 (patch) | |
tree | 8eab017fb0cec80cb99c5fdb7d266464096db667 /audio | |
parent | Import of cdindex. (diff) |
Activate cdindex
Notes
Notes:
svn path=/head/; revision=19587
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 78fd808aa2ce..a3cbc7c2c467 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.92 1999/06/11 08:56:42 taoka Exp $ +# $Id: Makefile,v 1.93 1999/06/11 14:27:52 sada Exp $ # SUBDIR += amp @@ -7,6 +7,7 @@ SUBDIR += bladeenc SUBDIR += cam SUBDIR += cdd + SUBDIR += cdindex SUBDIR += cdplay SUBDIR += cdrdao SUBDIR += cmp3 |