Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Descend into include subdirs and install relevant h...



details:   https://anonhg.NetBSD.org/src/rev/0471c9911c73
branches:  trunk
changeset: 533840:0471c9911c73
user:      scw <scw%NetBSD.org@localhost>
date:      Wed Jul 10 08:56:11 2002 +0000

description:
Descend into include subdirs and install relevant headers.

diffstat:

 sys/arch/evbsh5/Makefile         |   5 +++++
 sys/arch/evbsh5/include/Makefile |  20 ++++++++++++++++++++
 sys/arch/sh5/Makefile            |   5 +++++
 sys/arch/sh5/include/Makefile    |  20 ++++++++++++++++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 26835ffd7418 -r 0471c9911c73 sys/arch/evbsh5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbsh5/Makefile  Wed Jul 10 08:56:11 2002 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile,v 1.1 2002/07/10 08:56:11 scw Exp $
+
+SUBDIR= include
+
+.include <bsd.subdir.mk>
diff -r 26835ffd7418 -r 0471c9911c73 sys/arch/evbsh5/include/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbsh5/include/Makefile  Wed Jul 10 08:56:11 2002 +0000
@@ -0,0 +1,20 @@
+#      $NetBSD: Makefile,v 1.1 2002/07/10 08:56:12 scw Exp $
+
+KDIR=  /sys/arch/evbsh5/include
+INCSDIR= /usr/include/evbsh5
+
+INCS=  ansi.h aout_machdep.h asm.h \
+       bswap.h \
+       cdefs.h conreg.h cpu.h \
+       disklabel.h \
+       elf_machdep.h endian.h endian_machdep.h \
+       frame.h \
+       int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
+       limits.h lock.h \
+       param.h pcb.h pmap.h proc.h ptrace.h \
+       reg.h \
+       setjmp.h signal.h stdarg.h \
+       types.h \
+       varargs.h vmparam.h
+
+.include <bsd.kinc.mk>
diff -r 26835ffd7418 -r 0471c9911c73 sys/arch/sh5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sh5/Makefile     Wed Jul 10 08:56:11 2002 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile,v 1.1 2002/07/10 08:56:13 scw Exp $
+
+SUBDIR= include
+
+.include <bsd.subdir.mk>
diff -r 26835ffd7418 -r 0471c9911c73 sys/arch/sh5/include/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sh5/include/Makefile     Wed Jul 10 08:56:11 2002 +0000
@@ -0,0 +1,20 @@
+#      $NetBSD: Makefile,v 1.1 2002/07/10 08:56:13 scw Exp $
+
+KDIR=  /sys/arch/sh5/include
+INCSDIR= /usr/include/sh5
+
+INCS=  ansi.h aout_machdep.h asm.h \
+       bswap.h \
+       cdefs.h conreg.h cpu.h cputypes.h \
+       disklabel.h \
+       elf_machdep.h endian.h endian_machdep.h \
+       frame.h \
+       int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
+       limits.h lock.h \
+       param.h pcb.h pmap.h proc.h ptrace.h \
+       reg.h \
+       setjmp.h signal.h stdarg.h \
+       trap.h types.h \
+       varargs.h vmparam.h
+
+.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index