Subject: Re: sendmail
To: Rob Deker <deker@digex.net>
From: Jeremy Cooper <jeremy@broder.com>
List: port-sparc
Date: 01/23/1997 16:34:21
On Thu, 23 Jan 1997, Rob Deker wrote:

> has anybody ported 8.8.5 to NetBSD/sparc? I just got this:
> 
> Configuration: os=NetBSD, rel=1.2B, rbase=1, rroot=1.2B, arch=sparc, sfx=
> Cannot determine how to support sparc.NetBSD.1.2B

The make script is probably confused with the '1.2B' rel number, which
is most likely being retrieved from a 'uname' command, probably located
within the Makefile.  If you can hack it to use '1.2' instead of '1.2B',
that might solve your problem.

-J