diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-20 03:58:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-20 03:58:46 +0000 |
commit | 65d8ba4b6ca63d05bbf8c244ca2c2d97b897d196 (patch) | |
tree | 29723c34928b45119db26b7adad2d9de5f7f7545 | |
parent | 141b6a8454efaae290eafa0328d185e784866e9d (diff) | |
download | freebsd-ports-65d8ba4b6ca63d05bbf8c244ca2c2d97b897d196.zip |
Turn on wmmixer.
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index a49becf7f406..9f5e396c9415 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.46 1998/07/13 22:52:30 dburr Exp $ +# $Id: Makefile,v 1.47 1998/07/19 05:06:26 vanilla Exp $ # SUBDIR += amp @@ -30,6 +30,7 @@ SUBDIR += timidity SUBDIR += tosha SUBDIR += tracker + SUBDIR += wmmixer SUBDIR += workman SUBDIR += x11amp SUBDIR += xcd |