Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/include Don't install intr.h isa_machdep.h ...



details:   https://anonhg.NetBSD.org/src/rev/06ca8a254746
branches:  trunk
changeset: 534563:06ca8a254746
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jul 29 15:52:46 2002 +0000

description:
Don't install intr.h isa_machdep.h pci_machdep.h rnd.h for userland.

diffstat:

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

diffs (23 lines):

diff -r b6914e701467 -r 06ca8a254746 sys/arch/evbmips/include/Makefile
--- a/sys/arch/evbmips/include/Makefile Mon Jul 29 15:42:41 2002 +0000
+++ b/sys/arch/evbmips/include/Makefile Mon Jul 29 15:52:46 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2002/06/06 03:30:56 simonb Exp $
+#      $NetBSD: Makefile,v 1.4 2002/07/29 15:52:46 simonb Exp $
 
 KDIR=  /sys/arch/evbmips/include
 INCSDIR=/usr/include/evbmips
@@ -11,12 +11,10 @@
        float.h \
        ieee.h ieeefp.h \
        int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
-       intr.h \
-       isa_machdep.h \
        kcore.h kdbparam.h \
        limits.h lock.h locore.h \
        math.h mips_opcode.h \
-       param.h pcb.h pci_machdep.h \
+       param.h pcb.h \
        pmap.h proc.h profile.h psl.h pte.h ptrace.h \
        reg.h regdef.h regnum.h reloc.h \
        setjmp.h signal.h stdarg.h \



Home | Main Index | Thread Index | Old Index