Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch install ieee.h
details: https://anonhg.NetBSD.org/src/rev/6b9f9088b721
branches: trunk
changeset: 475929:6b9f9088b721
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Aug 30 00:51:57 1999 +0000
description:
install ieee.h
diffstat:
sys/arch/mips/include/Makefile | 4 ++--
sys/arch/newsmips/include/Makefile | 12 ++++++------
sys/arch/pica/include/Makefile | 12 ++++++------
sys/arch/pmax/include/Makefile | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diffs (83 lines):
diff -r d12fe1760676 -r 6b9f9088b721 sys/arch/mips/include/Makefile
--- a/sys/arch/mips/include/Makefile Mon Aug 30 00:41:57 1999 +0000
+++ b/sys/arch/mips/include/Makefile Mon Aug 30 00:51:57 1999 +0000
@@ -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 \
diff -r d12fe1760676 -r 6b9f9088b721 sys/arch/newsmips/include/Makefile
--- a/sys/arch/newsmips/include/Makefile Mon Aug 30 00:41:57 1999 +0000
+++ b/sys/arch/newsmips/include/Makefile Mon Aug 30 00:51:57 1999 +0000
@@ -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>
diff -r d12fe1760676 -r 6b9f9088b721 sys/arch/pica/include/Makefile
--- a/sys/arch/pica/include/Makefile Mon Aug 30 00:41:57 1999 +0000
+++ b/sys/arch/pica/include/Makefile Mon Aug 30 00:51:57 1999 +0000
@@ -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>
diff -r d12fe1760676 -r 6b9f9088b721 sys/arch/pmax/include/Makefile
--- a/sys/arch/pmax/include/Makefile Mon Aug 30 00:41:57 1999 +0000
+++ b/sys/arch/pmax/include/Makefile Mon Aug 30 00:51:57 1999 +0000
@@ -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 @@
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 \
Home |
Main Index |
Thread Index |
Old Index