diff options
author | wiz <wiz> | 2001-03-12 21:22:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-12 21:22:42 +0000 |
commit | 3aca90ec570e60441a791b326db7e2976dbcde50 (patch) | |
tree | 9d86c8c935f0d327a92da421980ec03ad27846ad /audio/Makefile | |
parent | 9e109ab64ec53d2943c1264ab32dadabc5f433c4 (diff) | |
download | pkgsrc-3aca90ec570e60441a791b326db7e2976dbcde50.tar.gz |
add wsoundserver and remove wmsound, which the former replaces
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index aca3dcb6581..14c9a034fa3 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2001/03/05 22:14:01 jtb Exp $ +# $NetBSD: Makefile,v 1.85 2001/03/12 21:22:42 wiz Exp $ # COMMENT= Audio tools @@ -93,8 +93,8 @@ SUBDIR+= tosha SUBDIR+= tracker SUBDIR+= vorbis SUBDIR+= wmmixer -SUBDIR+= wmsound SUBDIR+= wsoundprefs +SUBDIR+= wsoundserver SUBDIR+= xamp SUBDIR+= xcdplayer SUBDIR+= xhippo |