diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-05 22:18:28 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-05 22:18:28 +0000 |
commit | 58984fa7a8558840b53a51f4337a5f7b723fc314 (patch) | |
tree | 57146aefcd54c6ec70c6306412af1aaaa5c9a9f5 /audio | |
parent | Upgrade to 3.1.5 (diff) |
Activate libmikmod
Notes
Notes:
svn path=/head/; revision=18524
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 c5d4c6acd0bc..d57be232e3a0 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.86 1999/05/03 03:53:35 steve Exp $ +# $Id: Makefile,v 1.87 1999/05/03 03:55:02 steve Exp $ # SUBDIR += amp @@ -27,6 +27,7 @@ SUBDIR += kmpg SUBDIR += lamer SUBDIR += libaudiofile + SUBDIR += libmikmod SUBDIR += linux-realplayer SUBDIR += maplay SUBDIR += mikmod |