Source-Changes-HG archive

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

[src/trunk]: src Install intrdefs.h



details:   https://anonhg.NetBSD.org/src/rev/eee75cd0729d
branches:  trunk
changeset: 779417:eee75cd0729d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 27 11:26:38 2012 +0000

description:
Install intrdefs.h

diffstat:

 distrib/sets/lists/comp/md.hp700 |  3 ++-
 sys/arch/hp700/include/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 1bf04e314369 -r eee75cd0729d distrib/sets/lists/comp/md.hp700
--- a/distrib/sets/lists/comp/md.hp700  Sun May 27 10:45:49 2012 +0000
+++ b/distrib/sets/lists/comp/md.hp700  Sun May 27 11:26:38 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.hp700,v 1.8 2011/07/17 23:37:32 dyoung Exp $
+# $NetBSD: md.hp700,v 1.9 2012/05/27 11:26:38 skrll Exp $
 ./usr/include/hp700                            comp-c-include
 ./usr/include/hp700/ansi.h                     comp-c-include
 ./usr/include/hp700/aout_machdep.h             comp-c-include
@@ -27,6 +27,7 @@
 ./usr/include/hp700/int_mwgwtypes.h            comp-c-include
 ./usr/include/hp700/int_types.h                        comp-c-include
 ./usr/include/hp700/intr.h                     comp-c-include
+./usr/include/hp700/intrdefs.h                 comp-c-include
 ./usr/include/hp700/iomod.h                    comp-c-include
 ./usr/include/hp700/isa_machdep.h              comp-c-include
 ./usr/include/hp700/kcore.h                    comp-c-include
diff -r 1bf04e314369 -r eee75cd0729d sys/arch/hp700/include/Makefile
--- a/sys/arch/hp700/include/Makefile   Sun May 27 10:45:49 2012 +0000
+++ b/sys/arch/hp700/include/Makefile   Sun May 27 11:26:38 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2011/07/17 23:32:21 dyoung Exp $
+#      $NetBSD: Makefile,v 1.13 2012/05/27 11:26:38 skrll Exp $
 
 INCSDIR= /usr/include/hp700
 
@@ -8,7 +8,7 @@
        disklabel.h \
        eisa_machdep.h elf_machdep.h endian.h endian_machdep.h exec.h \
        float.h frame.h \
-       ieee.h ieeefp.h intr.h iomod.h isa_machdep.h \
+       ieee.h ieeefp.h intr.h intrdefs.h iomod.h isa_machdep.h \
        int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
        kcore.h \
        limits.h loadfile_machdep.h lock.h \



Home | Main Index | Thread Index | Old Index