diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-02 04:33:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-02 04:33:16 +0000 |
commit | c050d56a9c5c6c16c1e0b7eff75de32b9c9f83aa (patch) | |
tree | ea6848a29f37edd2fe63ec46d58eeba00c6b6059 /audio | |
parent | Initial import of shorten version 2.3a. (diff) |
Activate the shorten port.
Notes
Notes:
svn path=/head/; revision=17554
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 441a1dd9151b..abe7853a1d43 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.74 1999/04/02 00:15:42 taoka Exp $ +# $Id: Makefile,v 1.75 1999/04/02 04:24:56 steve Exp $ # SUBDIR += 8hz-mp3 @@ -40,6 +40,7 @@ SUBDIR += rplay SUBDIR += rsynth SUBDIR += s3mod + SUBDIR += shorten SUBDIR += sidplay SUBDIR += sox SUBDIR += splay |