Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include Install "endian_machdep.h" required fo...



details:   https://anonhg.NetBSD.org/src/rev/06636cad690c
branches:  trunk
changeset: 483760:06636cad690c
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Mar 17 17:22:57 2000 +0000

description:
Install "endian_machdep.h" required for "sys/endian.h".

diffstat:

 sys/arch/i386/include/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 03ca532b6520 -r 06636cad690c sys/arch/i386/include/Makefile
--- a/sys/arch/i386/include/Makefile    Fri Mar 17 11:47:43 2000 +0000
+++ b/sys/arch/i386/include/Makefile    Fri Mar 17 17:22:57 2000 +0000
@@ -1,13 +1,13 @@
-#      $NetBSD: Makefile,v 1.10 1999/12/23 10:15:11 kleink Exp $
+#      $NetBSD: Makefile,v 1.11 2000/03/17 17:22:57 tron Exp $
 
 KDIR=  /sys/arch/i386/include
 INCSDIR= /usr/include/i386
 
 INCS=  ansi.h aout_machdep.h apmvar.h asm.h bioscall.h bootinfo.h bswap.h \
        byte_swap.h bus.h cdefs.h conf.h cpu.h cpufunc.h cputypes.h \
-       db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h \
-       freebsd_machdep.h gdt.h ibcs2_machdep.h ieee.h ieeefp.h intr.h \
-       joystick.h kcore.h limits.h math.h mouse.h npx.h \
+       db_machdep.h disklabel.h elf_machdep.h endian.h endian_machdep.h \
+       float.h frame.h freebsd_machdep.h gdt.h ibcs2_machdep.h ieee.h \
+       ieeefp.h intr.h joystick.h kcore.h limits.h math.h mouse.h npx.h \
        param.h pcb.h pccons.h pio.h pmap.h \
        proc.h profile.h psl.h pte.h ptrace.h reg.h segments.h \
        setjmp.h signal.h specialreg.h spkr.h stdarg.h svr4_machdep.h \



Home | Main Index | Thread Index | Old Index