diff options
author | lukem <lukem> | 2001-08-16 10:12:47 +0000 |
---|---|---|
committer | lukem <lukem> | 2001-08-16 10:12:47 +0000 |
commit | 84a88801f3aee2e2d1f90dbac1c0d3c62ee03225 (patch) | |
tree | f461e0df2ef9d3bc555c46fcebe44ee54dc803f0 /audio | |
parent | d6337f224276bc4aacc39553fdc41782f5ad39f8 (diff) | |
download | pkgsrc-84a88801f3aee2e2d1f90dbac1c0d3c62ee03225.tar.gz |
add normalize
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 da941933eea..47ca2161a6e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2001/08/16 06:22:32 lukem Exp $ +# $NetBSD: Makefile,v 1.111 2001/08/16 10:12:47 lukem Exp $ # COMMENT= Audio tools @@ -95,6 +95,7 @@ SUBDIR+= mpg123 SUBDIR+= musicbox SUBDIR+= nas SUBDIR+= nbc-vbi +SUBDIR+= normalize SUBDIR+= nspmod SUBDIR+= p5-Audio-CD-disc-cover SUBDIR+= p5-MP3-Tag |