Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/include Add loadfile_machdep.h to includes to...



details:   https://anonhg.NetBSD.org/src/rev/dfd56fa2d485
branches:  trunk
changeset: 479748:dfd56fa2d485
user:      frueauf <frueauf%NetBSD.org@localhost>
date:      Mon Dec 20 20:45:56 1999 +0000

description:
Add loadfile_machdep.h to includes to be installed - this makes
sys/arch/hp300/stand/* compile again.

diffstat:

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

diffs (21 lines):

diff -r 0f77ce70058e -r dfd56fa2d485 sys/arch/hp300/include/Makefile
--- a/sys/arch/hp300/include/Makefile   Mon Dec 20 20:27:14 1999 +0000
+++ b/sys/arch/hp300/include/Makefile   Mon Dec 20 20:45:56 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 1999/04/19 21:22:58 kleink Exp $
+#      $NetBSD: Makefile,v 1.6 1999/12/20 20:45:56 frueauf Exp $
 
 KDIR=  /sys/arch/hp300/include
 INCSDIR= /usr/include/hp300
@@ -6,8 +6,8 @@
 INCS=  ansi.h aout_machdep.h asm.h autoconf.h bswap.h bus.h cdefs.h cpu.h \
        db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h \
        hp300spu.h hpux_machdep.h ieee.h ieeefp.h intr.h kcore.h limits.h \
-       param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \
-       setjmp.h signal.h stdarg.h svr4_machdep.h trap.h types.h varargs.h \
-       vmparam.h
+       loadfile_machdep.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h \
+       ptrace.h reg.h setjmp.h signal.h stdarg.h svr4_machdep.h trap.h \
+       types.h varargs.h vmparam.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index