Subject: ${ARCHSUBDIR}
To: None <tech-userlevel@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-userlevel
Date: 01/04/2001 14:31:16
	there are multiple uses of ARCHSUBDIR in build tree.
	for example:

lib/libc/Makefile:ARCHSUBDIR=   ${MACHINE_ARCH:C/mipse[bl]/mips/:S/arm26/arm/}
sys/lib/libkern/Makefile:ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/:S/arm26/arm/}
libexec/ld.elf_so/Makefile:ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/}

	is it useful if we move them upwards, to bsd.own.mk?
	(of course, we may be able to pick different variable name)

itojun