Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/include Install "devmap.h" to "/usr/include/m...



details:   https://anonhg.NetBSD.org/src/rev/7e1e74b4971a
branches:  trunk
changeset: 472799:7e1e74b4971a
user:      tron <tron%NetBSD.org@localhost>
date:      Fri May 07 20:50:31 1999 +0000

description:
Install "devmap.h" to "/usr/include/machine" so that the SHARK X11
server can be compiled.

diffstat:

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

diffs (16 lines):

diff -r f14ddaf97917 -r 7e1e74b4971a sys/arch/arm32/include/Makefile
--- a/sys/arch/arm32/include/Makefile   Fri May 07 20:10:54 1999 +0000
+++ b/sys/arch/arm32/include/Makefile   Fri May 07 20:50:31 1999 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 1999/01/27 22:08:09 thorpej Exp $
+#      $NetBSD: Makefile,v 1.6 1999/05/07 20:50:31 tron 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 cdefs.h \
-       conf.h cpu.h cpufunc.h cpus.h db_machdep.h disklabel.h \
+       conf.h cpu.h cpufunc.h cpus.h db_machdep.h devmap.h disklabel.h \
        disklabel_acorn.h endian.h float.h fp.h frame.h \
        ieee.h ieeefp.h iic.h intr.h io.h ipkdb.h irqhandler.h joystick.h \
        katelib.h kbd.h limits.h mouse.h \



Home | Main Index | Thread Index | Old Index