$Id: README,v 1.2 1999/08/31 05:21:51 sakamoto Exp $

Example: for NetBSD/hpcmips

# make TARGET_MACHINE_ARCH=mips TARGET_MACHINE=hpcmips \
	ALLSRC=/a/src TARGET_ROOT=/a/root install clean

USE_BINUTILS(default: source tree)
  using binutils version (e.g.: 2.9.1.0.22).

TARGET_MACHINE_ARCH
  e.g. alpha,arm32,i386,m68k,mipsel,mipseb,ns32k,powerpc,sparc,vax,...

TARGET_MACHINE
  e.g. alpha,amiga,arm32,atari,bebox,hp300,i386,...

ALLSRC
  NetBSD full source tree PATH.
  It may be destroyed, it is desirable that be union mounted.
  e.g. /a/src

TARGET_ROOT
  DESTDIR.
  e.g. /a/target_root/
