diff options
author | tron <tron> | 1999-03-06 21:32:19 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-06 21:32:19 +0000 |
commit | 73fa2262c8eb08c4f6c8f4759c66a92b4c1f2c2a (patch) | |
tree | ce4263aa5215585b78f4fc41f536922f648fd740 /audio | |
parent | 3692764644b6f6cbf3daff69e4ddee13791643a5 (diff) | |
download | pkgsrc-73fa2262c8eb08c4f6c8f4759c66a92b4c1f2c2a.tar.gz |
Add and enable "libaudiofile".
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 e4e57b7708b..f89865e4d83 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/02/09 13:17:05 frueauf Exp $ +# $NetBSD: Makefile,v 1.26 1999/03/06 21:32:19 tron Exp $ # SUBDIR += amp @@ -8,6 +8,7 @@ SUBDIR += cddbd SUBDIR += esound SUBDIR += gsm + SUBDIR += libaudiofile SUBDIR += maplay SUBDIR += mikmod SUBDIR += mpg123 |