diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-26 21:44:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-26 21:44:16 +0000 |
commit | 99bb10975869fb700594724e50b0a3455648542f (patch) | |
tree | 36599e87bf0e1a2684f715450feaa784748a6591 /audio | |
parent | bceaa0237760fd88d47d2f2486139abdc7d4ff8c (diff) | |
download | pkgsrc-99bb10975869fb700594724e50b0a3455648542f.tar.gz |
Add and enable SDL-arts and SDL-esound.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index d954809bcdd..88c2aba908a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.180 2003/07/25 09:26:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.181 2003/07/26 21:44:16 jmmv Exp $ # COMMENT= Audio tools +SUBDIR+= SDL-arts +SUBDIR+= SDL-esound SUBDIR+= SDL_mixer SUBDIR+= SDL_sound SUBDIR+= abcde |