Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include Don't install includes which userland d...



details:   https://anonhg.NetBSD.org/src/rev/70ed34a6ee88
branches:  trunk
changeset: 518186:70ed34a6ee88
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Nov 26 01:02:28 2001 +0000

description:
Don't install includes which userland doesn't need.

diffstat:

 sys/arch/arm/include/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r a15d695a6b12 -r 70ed34a6ee88 sys/arch/arm/include/Makefile
--- a/sys/arch/arm/include/Makefile     Mon Nov 26 01:00:48 2001 +0000
+++ b/sys/arch/arm/include/Makefile     Mon Nov 26 01:02:28 2001 +0000
@@ -1,21 +1,20 @@
-#      $NetBSD: Makefile,v 1.22 2001/11/23 17:39:03 thorpej Exp $
+#      $NetBSD: Makefile,v 1.23 2001/11/26 01:02:28 thorpej Exp $
 
 KDIR=  /sys/arch/arm/include
 INCSDIR= /usr/include/arm
 
 INCS=  ansi.h aout_machdep.h armreg.h asm.h \
        bswap.h bus.h \
-       cdefs.h cpu.h cpufunc.h cpus.h \
-       db_machdep.h disklabel.h disklabel_acorn.h \
+       cdefs.h cpu.h \
+       db_machdep.h disklabel.h \
        elf_machdep.h endian.h endian_machdep.h \
        float.h fp.h frame.h \
        ieee.h ieeefp.h \
        int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
-       ipkdb.h isa_machdep.h isapnp_machdep.h \
+       ipkdb.h \
        limits.h lock.h \
        math.h \
-       ofisa_machdep.h ofw.h \
-       param.h pcb.h pci_machdep.h pio.h proc.h profile.h profileio.h \
+       param.h pcb.h proc.h profile.h \
        ptrace.h \
        reg.h \
        setjmp.h signal.h stdarg.h sysarch.h \



Home | Main Index | Thread Index | Old Index