diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-24 15:34:12 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-24 15:34:12 +0000 |
commit | 20fad7579f27bfbce4fb58bb8067f8ebaa9719a3 (patch) | |
tree | 27629e62777d58d38720e10fd487645c7e29a06d /audio | |
parent | Upgrade to 4.2h. (diff) |
Activate mp3info.
Notes
Notes:
svn path=/head/; revision=11507
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 0a7c0824d9a5..0ecfaef06f64 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.43 1998/04/30 09:48:51 tg Exp $ +# $Id: Makefile,v 1.44 1998/06/12 08:07:11 tg Exp $ # SUBDIR += amp @@ -11,6 +11,7 @@ SUBDIR += kmpg SUBDIR += maplay SUBDIR += mikmod + SUBDIR += mp3info SUBDIR += mpegaudio SUBDIR += mpg123 SUBDIR += mxv |