diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-26 23:06:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-26 23:06:36 +0000 |
commit | f2f26151e008b30058ebe735f4bd6f3a9c455c8f (patch) | |
tree | 4d03d6b0cf4097a3ce7db9f23f5d9315bb70c94c /audio/Makefile | |
parent | 887ecd02ae69787aa53ddc20aea6e46f8bb19f9e (diff) | |
download | pkgsrc-f2f26151e008b30058ebe735f4bd6f3a9c455c8f.tar.gz |
Add and enable SDl-nas.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 88c2aba908a..f14a6564c92 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.181 2003/07/26 21:44:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.182 2003/07/26 23:06:36 jmmv Exp $ # COMMENT= Audio tools SUBDIR+= SDL-arts SUBDIR+= SDL-esound +SUBDIR+= SDL-nas SUBDIR+= SDL_mixer SUBDIR+= SDL_sound SUBDIR+= abcde |