include the sparc loadfile_machdep.h as-is; we can blow this header away
completely later.
This commit is contained in:
parent
3eeab3822d
commit
ecd972e9cb
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.7 2000/06/26 15:43:14 kleink Exp $
|
# $NetBSD: Makefile,v 1.8 2000/08/16 08:17:49 mrg Exp $
|
||||||
|
|
||||||
KDIR= /sys/arch/sparc64/include
|
KDIR= /sys/arch/sparc64/include
|
||||||
INCSDIR= /usr/include/sparc64
|
INCSDIR= /usr/include/sparc64
|
||||||
|
@ -7,7 +7,8 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h \
|
||||||
bsd_openprom.h bus.h cdefs.h cgtworeg.h conf.h cpu.h ctlreg.h \
|
bsd_openprom.h bus.h cdefs.h cgtworeg.h conf.h cpu.h ctlreg.h \
|
||||||
db_machdep.h disklabel.h eeprom.h elf_machdep.h endian.h \
|
db_machdep.h disklabel.h eeprom.h elf_machdep.h endian.h \
|
||||||
endian_machdep.h fbio.h fbvar.h float.h frame.h fsr.h idprom.h ieee.h \
|
endian_machdep.h fbio.h fbvar.h float.h frame.h fsr.h idprom.h ieee.h \
|
||||||
ieeefp.h instr.h int_types.h kbd.h kbio.h kcore.h limits.h lock.h \
|
ieeefp.h instr.h int_types.h kbd.h kbio.h kcore.h limits.h \
|
||||||
|
loadfile_machdep.h lock.h \
|
||||||
math.h oldmon.h openpromio.h param.h pcb.h pmap.h proc.h profile.h \
|
math.h oldmon.h openpromio.h param.h pcb.h pmap.h proc.h profile.h \
|
||||||
psl.h pte.h ptrace.h reg.h reloc.h remote-sl.h setjmp.h signal.h \
|
psl.h pte.h ptrace.h reg.h reloc.h remote-sl.h setjmp.h signal.h \
|
||||||
stdarg.h svr4_machdep.h trap.h types.h varargs.h vmparam.h \
|
stdarg.h svr4_machdep.h trap.h types.h varargs.h vmparam.h \
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
/* $NetBSD: loadfile_machdep.h,v 1.1 2000/08/16 08:17:50 mrg Exp $ */
|
||||||
|
|
||||||
|
#include <sparc/loadfile_machdep.h>
|
Loading…
Reference in New Issue