Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/include Bah, forgot to add intr.h during my...



details:   https://anonhg.NetBSD.org/src/rev/bd50771d1adb
branches:  trunk
changeset: 484955:bd50771d1adb
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Apr 15 21:20:35 2000 +0000

description:
Bah, forgot to add intr.h during my last round of roto-tilling.

diffstat:

 sys/arch/mvme68k/include/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 94783c3a033e -r bd50771d1adb sys/arch/mvme68k/include/Makefile
--- a/sys/arch/mvme68k/include/Makefile Sat Apr 15 21:14:48 2000 +0000
+++ b/sys/arch/mvme68k/include/Makefile Sat Apr 15 21:20:35 2000 +0000
@@ -1,13 +1,13 @@
-#      $NetBSD: Makefile,v 1.7 2000/03/17 22:36:35 tron Exp $
+#      $NetBSD: Makefile,v 1.8 2000/04/15 21:20:35 scw Exp $
 
 KDIR=  /sys/arch/mvme68k/include
 INCSDIR= /usr/include/mvme68k
 
 INCS=  ansi.h aout_machdep.h asm.h autoconf.h bswap.h cdefs.h cpu.h \
        db_machdep.h disklabel.h elf_machdep.h endian.h endian_machdep.h \
-       float.h frame.h ieee.h ieeefp.h kcore.h limits.h math.h param.h pcb.h \
-       pmap.h proc.h profile.h prom.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 \
-       z8530var.h
+       float.h frame.h ieee.h ieeefp.h intr.h kcore.h limits.h math.h \
+       param.h pcb.h pmap.h proc.h profile.h prom.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 z8530var.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index