install ieee.h

This commit is contained in:
mrg 1999-08-30 00:51:57 +00:00
parent 943f0edff6
commit f75cf1688b
4 changed files with 16 additions and 16 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.9 1999/03/30 02:16:03 simonb Exp $
# $NetBSD: Makefile,v 1.10 1999/08/30 00:51:57 mrg Exp $
KDIR= /sys/arch/mips/include
INCSDIR= /usr/include/mips
INCS= ansi.h aout_machdep.h asm.h bswap.h bsd-aout.h cachectl.h \
cdefs.h cpu.h cpuregs.h db_machdep.h ecoff_machdep.h \
elf.h elf_machdep.h endian.h float.h ieeefp.h \
elf.h elf_machdep.h endian.h float.h ieee.h ieeefp.h \
kcore.h kdbparam.h limits.h locore.h mips1_pte.h mips3_pte.h \
mips_opcode.h mips_param.h pcb.h pmap.h proc.h profile.h \
psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h \

View File

@ -1,14 +1,14 @@
# $NetBSD: Makefile,v 1.9 1999/07/08 11:40:24 tsubai Exp $
# $NetBSD: Makefile,v 1.10 1999/08/30 00:51:58 mrg Exp $
KDIR= /sys/arch/newsmips/include
INCSDIR= /usr/include/newsmips
INCS= adrsmap.h ansi.h aout_machdep.h autoconf.h bswap.h bsd-aout.h \
cdefs.h conf.h cpu.h db_machdep.h disklabel.h ecoff_machdep.h elf.h \
elf_machdep.h endian.h float.h framebuf.h ieeefp.h intr.h kcore.h \
kdbparam.h keyboard.h limits.h locore.h machConst.h mips_opcode.h \
mouse.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
reg.h regdef.h regnum.h reloc.h romcall.h setjmp.h signal.h stdarg.h \
trap.h types.h varargs.h vmparam.h z8530var.h
elf_machdep.h endian.h float.h framebuf.h ieee.h ieeefp.h intr.h \
kcore.h kdbparam.h keyboard.h limits.h locore.h machConst.h \
mips_opcode.h mouse.h param.h pcb.h pmap.h proc.h profile.h psl.h \
pte.h ptrace.h reg.h regdef.h regnum.h reloc.h romcall.h setjmp.h \
signal.h stdarg.h trap.h types.h varargs.h vmparam.h z8530var.h
.include <bsd.kinc.mk>

View File

@ -1,14 +1,14 @@
# $NetBSD: Makefile,v 1.4 1999/03/30 18:38:32 soda Exp $
# $NetBSD: Makefile,v 1.5 1999/08/30 00:51:59 mrg Exp $
KDIR= /sys/arch/pica/include
INCSDIR= /usr/include/pica
INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h bsd-aout.h bus.h \
cdefs.h cpu.h disklabel.h display.h ecoff_machdep.h elf.h \
elf_machdep.h endian.h float.h ieeefp.h kbdreg.h kcore.h kdbparam.h \
limits.h machAsmDefs.h machConst.h mips_opcode.h mouse.h param.h \
pcb.h pccons.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \
types.h varargs.h vmparam.h
elf_machdep.h endian.h float.h ieee.h ieeefp.h kbdreg.h kcore.h \
kdbparam.h limits.h machAsmDefs.h machConst.h mips_opcode.h mouse.h \
param.h pcb.h pccons.h pio.h pmap.h proc.h profile.h psl.h pte.h \
ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h \
trap.h types.h varargs.h vmparam.h
.include <bsd.kinc.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 1999/07/19 23:35:29 simonb Exp $
# $NetBSD: Makefile,v 1.11 1999/08/30 00:51:59 mrg Exp $
KDIR= /sys/arch/pmax/include
INCSDIR= /usr/include/pmax
@ -6,7 +6,7 @@ INCSDIR= /usr/include/pmax
INCS= ansi.h aout_machdep.h autoconf.h bswap.h bsd-aout.h bus.h cdefs.h \
clock_machdep.h conf.h cpu.h db_machdep.h dc7085cons.h disklabel.h \
ecoff_machdep.h elf.h elf_machdep.h endian.h fbio.h fbvar.h float.h \
ieeefp.h intr.h kcore.h kdbparam.h limits.h loadfile_machdep.h \
ieee.h ieeefp.h intr.h kcore.h kdbparam.h limits.h loadfile_machdep.h \
locore.h mips_opcode.h param.h pcb.h pmap.h pmioctl.h proc.h \
profile.h psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h \
setjmp.h signal.h stdarg.h tc_machdep.h trap.h types.h varargs.h \