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 Add ibcs2_machdep.h and reformat so tha...
details: https://anonhg.NetBSD.org/src/rev/319eb5dc8af7
branches: trunk
changeset: 480359:319eb5dc8af7
user: matt <matt%NetBSD.org@localhost>
date: Mon Jan 10 02:30:33 2000 +0000
description:
Add ibcs2_machdep.h and reformat so that adding new includes is a bit easier.
diffstat:
sys/arch/vax/include/Makefile | 26 ++++++++++++++++++--------
1 files changed, 18 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r a2fd55e79047 -r 319eb5dc8af7 sys/arch/vax/include/Makefile
--- a/sys/arch/vax/include/Makefile Mon Jan 10 02:25:25 2000 +0000
+++ b/sys/arch/vax/include/Makefile Mon Jan 10 02:30:33 2000 +0000
@@ -1,14 +1,24 @@
-# $NetBSD: Makefile,v 1.5 1999/12/23 10:15:16 kleink Exp $
+# $NetBSD: Makefile,v 1.6 2000/01/10 02:30:33 matt Exp $
KDIR= /sys/arch/vax/include
INCSDIR= /usr/include/vax
-INCS= ansi.h aout_machdep.h asm.h bswap.h byte_swap.h cdefs.h clock.h cpu.h \
- db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h ioa.h \
- ka410.h ka420.h ka43.h ka630.h ka650.h ka750.h ka820.h math.h \
- limits.h macros.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 \
- reg.h rpb.h rsp.h scb.h setjmp.h sid.h signal.h stdarg.h trap.h \
- types.h uvax.h varargs.h vmparam.h vsbus.h
+INCS= ansi.h aout_machdep.h asm.h \
+ bswap.h byte_swap.h \
+ cdefs.h clock.h cpu.h \
+ db_machdep.h disklabel.h \
+ elf_machdep.h endian.h \
+ float.h frame.h \
+ ibcs2_machdep.h ioa.h \
+ ka410.h ka420.h ka43.h ka630.h ka650.h ka750.h ka820.h \
+ limits.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 \
+ reg.h rpb.h rsp.h \
+ scb.h setjmp.h sid.h signal.h stdarg.h \
+ trap.h types.h \
+ uvax.h \
+ varargs.h vmparam.h vsbus.h
.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index