Subject: .../${MACHINE}/include/param.h must now define MACHINE_ARCH
To: None <netbsd-ports@sun-lamp.CS.Berkeley.EDU>
From: Chris G. Demetriou <cgd@nobozo.CS.Berkeley.EDU>
List: netbsd-ports
Date: 12/03/1993 18:15:48
.../${MACHINE}/include/param.h must now define MACHINE_ARCH as well
as MACHINE.

MACHINE_ARCH should be defined as follows:

	MACHINE		MACHINE_ARCH\
	amiga		m68k
	mac68k		m68k
	pc532		ns32k
	pmax		pmax
	sun3		m68k

(i've already done it for hp300, i386 and sparc...)

you'll also need to recompile make(1) if you plan to build the user
environment.


chris

------------------------------------------------------------------------------