diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-25 21:36:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-25 21:36:33 +0000 |
commit | 50e7ddcd8fd2a65f94efc1f7eefee507418de5ea (patch) | |
tree | 6d767e1d3422f94f695b6fe03496e9ff6eb44c08 /audio/Makefile | |
parent | 3ff28ed47782a2759d0a36416ce14be43b76cbbc (diff) |
Turn on play.
Notes
Notes:
svn path=/head/; revision=12125
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 9f5e396c9415..6e8fffa0c3f6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.47 1998/07/19 05:06:26 vanilla Exp $ +# $Id: Makefile,v 1.48 1998/07/20 03:58:46 steve Exp $ # SUBDIR += amp @@ -18,6 +18,7 @@ SUBDIR += mxv SUBDIR += nas SUBDIR += nspmod + SUBDIR += play SUBDIR += playmidi SUBDIR += radio SUBDIR += rosegarden |