NetBSD/sys/arch/sun3
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
..
compile
conf PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options 2006-08-26 20:26:43 +00:00
dev Remove an unneeded volatile. 2006-09-01 03:22:58 +00:00
include Make sun68k/stand build without installed ${DESTDIR} files. 2006-09-17 06:15:40 +00:00
sun3 Update sun3 to use timecounters (interrupt clock only) and generic-todr. 2006-09-05 06:45:05 +00:00
sun3x Handle unwiring page cases properly in pmap_enter(9) and pmap_remove(9). 2006-09-16 03:35:50 +00:00
Makefile