diff options
author | rh <rh> | 2001-09-24 15:01:44 +0000 |
---|---|---|
committer | rh <rh> | 2001-09-24 15:01:44 +0000 |
commit | 9d7a5a1002ed40a7119e904240da3363c4bd8f79 (patch) | |
tree | 3a2e18080f5d84660076854b0e2cfe0aab525199 /audio | |
parent | eef91e83fa92b05faba1aee5a2f976a385a07273 (diff) | |
download | pkgsrc-9d7a5a1002ed40a7119e904240da3363c4bd8f79.tar.gz |
Add and enable SDL-mixer
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 8295bf2a338..cdac2998d42 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.115 2001/09/19 13:02:39 tron Exp $ +# $NetBSD: Makefile,v 1.116 2001/09/24 15:01:44 rh Exp $ # COMMENT= Audio tools +SUBDIR+= SDL-mixer SUBDIR+= abcde SUBDIR+= amp SUBDIR+= audacity |