Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include Don't install machine/loadfile_machdep....



details:   https://anonhg.NetBSD.org/src/rev/678c7aa3b524
branches:  trunk
changeset: 510361:678c7aa3b524
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sun May 27 15:37:06 2001 +0000

description:
Don't install machine/loadfile_machdep.h; per PR#12666.

diffstat:

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

diffs (18 lines):

diff -r 814eccddc07b -r 678c7aa3b524 sys/arch/vax/include/Makefile
--- a/sys/arch/vax/include/Makefile     Sun May 27 15:07:34 2001 +0000
+++ b/sys/arch/vax/include/Makefile     Sun May 27 15:37:06 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2001/04/15 17:13:18 kleink Exp $
+#      $NetBSD: Makefile,v 1.18 2001/05/27 15:37:06 ragge Exp $
 
 KDIR=  /sys/arch/vax/include
 INCSDIR= /usr/include/vax
@@ -13,7 +13,7 @@
        int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
        ioa.h \
        ka410.h ka420.h ka43.h ka630.h ka650.h ka750.h ka820.h \
-       leds.h loadfile_machdep.h lcgreg.h limits.h lock.h \
+       leds.h lcgreg.h limits.h lock.h \
        macros.h math.h mtpr.h \
        nexus.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
        qdioctl.h qdreg.h qduser.h qevent.h \



Home | Main Index | Thread Index | Old Index