Source-Changes-HG archive

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

[src/trunk]: src/sys/arch No need to install bootconfig.h



details:   https://anonhg.NetBSD.org/src/rev/cd3cdbdb377a
branches:  trunk
changeset: 518072:cd3cdbdb377a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Nov 24 00:57:43 2001 +0000

description:
No need to install bootconfig.h

diffstat:

 sys/arch/acorn32/include/Makefile |  4 ++--
 sys/arch/arm32/include/Makefile   |  4 ++--
 sys/arch/hpcarm/include/Makefile  |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 7501035049cc -r cd3cdbdb377a sys/arch/acorn32/include/Makefile
--- a/sys/arch/acorn32/include/Makefile Sat Nov 24 00:21:27 2001 +0000
+++ b/sys/arch/acorn32/include/Makefile Sat Nov 24 00:57:43 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.7 2001/11/23 21:23:31 thorpej Exp $
+#      $NetBSD: Makefile,v 1.8 2001/11/24 00:57:43 thorpej Exp $
 
 KDIR=  /sys/arch/acorn32/include
 INCSDIR= /usr/include/acorn32
 
 INCS=  ansi.h aout_machdep.h asm.h \
-       beep.h bootconfig.h bswap.h bus.h \
+       beep.h bswap.h bus.h \
        cdefs.h conf.h cpu.h \
        db_machdep.h devmap.h disklabel.h disklabel_acorn.h \
        elf_machdep.h endian.h endian_machdep.h \
diff -r 7501035049cc -r cd3cdbdb377a sys/arch/arm32/include/Makefile
--- a/sys/arch/arm32/include/Makefile   Sat Nov 24 00:21:27 2001 +0000
+++ b/sys/arch/arm32/include/Makefile   Sat Nov 24 00:57:43 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.21 2001/11/23 23:34:48 thorpej Exp $
+#      $NetBSD: Makefile,v 1.22 2001/11/24 00:57:44 thorpej Exp $
 
 KDIR=  /sys/arch/arm32/include
 INCSDIR= /usr/include/arm32
 
 INCS=  ansi.h aout_machdep.h asm.h \
-       beep.h bootconfig.h bswap.h bus.h \
+       beep.h bswap.h bus.h \
        cdefs.h conf.h cpu.h \
        db_machdep.h devmap.h disklabel.h disklabel_acorn.h \
        elf_machdep.h endian.h endian_machdep.h \
diff -r 7501035049cc -r cd3cdbdb377a sys/arch/hpcarm/include/Makefile
--- a/sys/arch/hpcarm/include/Makefile  Sat Nov 24 00:21:27 2001 +0000
+++ b/sys/arch/hpcarm/include/Makefile  Sat Nov 24 00:57:43 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.13 2001/11/23 21:23:35 thorpej Exp $
+#      $NetBSD: Makefile,v 1.14 2001/11/24 00:57:44 thorpej Exp $
 
 KDIR=  /sys/arch/hpcarm/include
 INCSDIR= /usr/include/hpcarm
 
 INCS=  ansi.h aout_machdep.h asm.h \
-       bootconfig.h bswap.h bus.h \
+       bswap.h bus.h \
        cdefs.h config_hook.h cpu.h cpufunc.h \
        db_machdep.h disklabel.h \
        elf_machdep.h endian.h endian_machdep.h \



Home | Main Index | Thread Index | Old Index