32a61d5e54
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.
10 lines
315 B
C
10 lines
315 B
C
/* $NetBSD: mc68851.h,v 1.1 2006/09/17 06:15:40 tsutsui Exp $ */
|
|
|
|
/*
|
|
* XXX - this is an awful hack that lets libsa/sun3x.h
|
|
* include arch/sun3/include/pte3x.h, which wants to
|
|
* include machine/mc68851.h. NEVER INSTALL THIS FILE.
|
|
* Better solutions gladly accepted.
|
|
*/
|
|
#include <arch/sun3/include/mc68851.h>
|