diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-23 02:54:46 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-23 02:54:46 +0000 |
commit | 26cef531698580c6048dd97ad0fcac222470bc2f (patch) | |
tree | 884f783c482fce60d998d6310f4d8953c55a3223 | |
parent | PR: ports/9049 (diff) |
Add SUBDIR += wmsound
Notes
Notes:
svn path=/head/; revision=15518
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index e34494e0cbd6..c446d562b3f0 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.58 1998/12/07 02:13:28 asami Exp $ +# $Id: Makefile,v 1.59 1998/12/09 05:45:15 vanilla Exp $ # SUBDIR += 8hz-mp3 @@ -40,6 +40,7 @@ SUBDIR += tracker SUBDIR += wmcdplay SUBDIR += wmmixer + SUBDIR += wmsound SUBDIR += workman SUBDIR += x11amp SUBDIR += xamp |