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 Don't let loadfile_machdep.h make it t...



details:   https://anonhg.NetBSD.org/src/rev/fb9eab34b940
branches:  trunk
changeset: 477628:fb9eab34b940
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Oct 25 15:12:16 1999 +0000

description:
Don't let loadfile_machdep.h make it to /usr/include - the i386
stand Makefiles already set up the compile environment so that
machine/loadfile_machdep.h can be found.

diffstat:

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

diffs (18 lines):

diff -r c9bd4639054e -r fb9eab34b940 sys/arch/i386/include/Makefile
--- a/sys/arch/i386/include/Makefile    Mon Oct 25 14:52:55 1999 +0000
+++ b/sys/arch/i386/include/Makefile    Mon Oct 25 15:12:16 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 1999/06/17 00:12:12 thorpej Exp $
+#      $NetBSD: Makefile,v 1.9 1999/10/25 15:12:16 drochner Exp $
 
 KDIR=  /sys/arch/i386/include
 INCSDIR= /usr/include/i386
@@ -7,7 +7,7 @@
        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 loadfile_machdep.h limits.h mouse.h npx.h \
+       joystick.h kcore.h limits.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