diff options
author | wiz <wiz> | 2003-09-18 14:05:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-18 14:05:45 +0000 |
commit | c445003dec2c2a6e0e0d3359c505b61bf7033fb2 (patch) | |
tree | f35494013b821819e3c8e3d883bc00e09bc7e1ac /audio/Makefile | |
parent | d4d833d72d8d8eed43873a4ece0b0e5938233447 (diff) | |
download | pkgsrc-c445003dec2c2a6e0e0d3359c505b61bf7033fb2.tar.gz |
Add and enable mp3splt.
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 2c454556c32..30a92b59703 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.183 2003/08/12 07:12:47 wiz Exp $ +# $NetBSD: Makefile,v 1.184 2003/09/18 14:05:45 wiz Exp $ # COMMENT= Audio tools @@ -118,6 +118,7 @@ SUBDIR+= mp3asm SUBDIR+= mp3blaster SUBDIR+= mp3check SUBDIR+= mp3info +SUBDIR+= mp3splt SUBDIR+= mp3to SUBDIR+= mpegaudio SUBDIR+= mpg123 |