Subject: Re: No Makefile in src?
To: Jun Ebihara <jun@soum.co.jp>
From: Steven Sartorius <ssartor@bellatlantic.net>
List: port-hpcmips
Date: 01/22/2001 07:31:53
On Wed, 24 Jan 2001, Jun Ebihara wrote:

> Date: Wed, 24 Jan 2001 11:40:57 +0900
> From: Jun Ebihara <jun@soum.co.jp>
> To: ssartor@bellatlantic.net
> Cc: port-hpcmips@netbsd.org
> Subject: Re: No Makefile in src?
> 
> From: Steven Sartorius <ssartor@bellatlantic.net>
> Subject: No Makefile in src?
> Date: Mon, 22 Jan 2001 06:58:55 -0500 (EST)
> 
> > I've set up a cross-compile environment for hpcmips on my 1.5Q i386 box
> > and am trying to build a -current hpcmips kernel.  When I run 'config
> > GENERIC' in /usr/src/sys/arch/hpcmips/conf I get a message back saying
> > there is no 'Makefile.hpcmips'.  Sure enough, there isn't!  Is there a way
> > to generate one or should I just hack up Makefile.i386?
> 
> Try to update /usr/sbin/config.
> --
> jun ebihara
> 
> 
cd'ing into /usr/src/usr.sbin and running make gives me
"/usr/share/mk/bsd.prog.mk", line 132: Malformed conditional
(!commands(${PROG}))
and a bunch of other messages.  I grabbed the latest src/share/mk from
ftp.netbsd.org but I get the same messages.  I must have something
misconfigured but I'm not sure what.....

Steve