include the sparc loadfile_machdep.h as-is; we can blow this header away

completely later.
This commit is contained in:
mrg 2000-08-16 08:17:49 +00:00
parent 3eeab3822d
commit ecd972e9cb
2 changed files with 6 additions and 2 deletions

View File

@ -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
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 \
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 \
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 \
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 \

View File

@ -0,0 +1,3 @@
/* $NetBSD: loadfile_machdep.h,v 1.1 2000/08/16 08:17:50 mrg Exp $ */
#include <sparc/loadfile_machdep.h>