diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-19 00:03:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-19 00:03:50 +0000 |
commit | 79b7b9039cea8693d360a4bfbb70df9d560b0d8c (patch) | |
tree | 0dd39c882f0c69c7ee022185813203ee538ae0f5 | |
parent | 6d38986cc24a5411b733b8a27d4574576f515fff (diff) | |
download | pkgsrc-79b7b9039cea8693d360a4bfbb70df9d560b0d8c.tar.gz |
Add shntool.
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index f42594799ab..1a6f928abf3 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.328 2006/08/03 21:16:57 wiz Exp $ +# $NetBSD: Makefile,v 1.329 2006/08/19 00:03:50 wiz Exp $ # COMMENT= Audio tools @@ -245,6 +245,7 @@ SUBDIR+= rip SUBDIR+= rosegarden SUBDIR+= rplay SUBDIR+= rsynth +SUBDIR+= shntool SUBDIR+= shorten SUBDIR+= sidplay SUBDIR+= sidplay2 |