> I'm using very very latest pkgsrc tree, as I am supposed to.
I guess I now see the reason. make(1) blows up with "make pre-install"
in pkgsrc/pkgtools/digest, if malloc.conf is set to AJ. this means
that there's insufficient varaible initialization in make(1),
${MANZ:D.gz} is expanded into junk string.
itojun