NetBSD/sys/arch/sun2/include/loadfile_machdep.h
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

3 lines
111 B
C

/* $NetBSD: loadfile_machdep.h,v 1.1 2006/09/17 06:15:40 tsutsui Exp $ */
#include <sun68k/loadfile_machdep.h>