NetBSD/sys/arch/sun68k
tsutsui 32a61d5e54 Make sun68k/stand build without installed ${DESTDIR} files.
Currently "machine" symlink points sys/arch/sun68k/include,
but this means some <machine/foo.h> files are taken from
sys/arch/sun68k/include but others (i.e. files not in sun68k/include)
are taken from ${DESTDIR}/usr/include/machine.

Instead, make "machine" symlink point sys/arch/${MACHINE}/include,
make "sun68k" symlink point sys/arch/sun68k/include (not sys/arch/sun68k),
add sys/arch to include path, and move some files where appropriate.
2006-09-17 06:15:40 +00:00
..
conf
include Make sun68k/stand build without installed ${DESTDIR} files. 2006-09-17 06:15:40 +00:00
stand Make sun68k/stand build without installed ${DESTDIR} files. 2006-09-17 06:15:40 +00:00
sun68k Workaround fix for a problem caused after IPL_* macro changes. 2006-08-07 23:29:38 +00:00
Makefile