diff options
author | wiz <wiz> | 2003-03-26 22:49:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-26 22:49:14 +0000 |
commit | 4d3d804b903c80e8c5cd3029e44822fec23df8fb (patch) | |
tree | 38c611281e9743cbd4e13b4553f034aacebe6db6 | |
parent | c3bbc75206fb90f2f21a9c6f03884b9403dbf1ac (diff) | |
download | pkgsrc-4d3d804b903c80e8c5cd3029e44822fec23df8fb.tar.gz |
Add and enable SDL_sound.
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index f7706d98e84..7cff9c6e6fb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.167 2003/03/24 09:00:45 wiz Exp $ +# $NetBSD: Makefile,v 1.168 2003/03/26 22:49:14 wiz Exp $ # COMMENT= Audio tools SUBDIR+= SDL-mixer +SUBDIR+= SDL_sound SUBDIR+= abcde SUBDIR+= amp SUBDIR+= arts |