regdef.h is back

This commit is contained in:
soda 1999-03-30 18:38:32 +00:00
parent 5cf51ff2d5
commit 2f9a4a8d93
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1999/03/13 13:07:43 drochner Exp $
# $NetBSD: Makefile,v 1.4 1999/03/30 18:38:32 soda Exp $
KDIR= /sys/arch/pica/include
INCSDIR= /usr/include/pica
@ -8,7 +8,7 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h bsd-aout.h bus.h \
elf_machdep.h endian.h float.h ieeefp.h kbdreg.h kcore.h kdbparam.h \
limits.h machAsmDefs.h machConst.h mips_opcode.h mouse.h param.h \
pcb.h pccons.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
reg.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \
reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \
types.h varargs.h vmparam.h
.include <bsd.kinc.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 1999/03/30 02:19:02 simonb Exp $
# $NetBSD: Makefile,v 1.8 1999/03/30 18:38:58 soda Exp $
KDIR= /sys/arch/pmax/include
INCSDIR= /usr/include/pmax
@ -8,7 +8,7 @@ INCS= ansi.h aout_machdep.h autoconf.h bswap.h bsd-aout.h bus.h cdefs.h \
ecoff_machdep.h elf.h elf_machdep.h endian.h fbio.h fbvar.h float.h \
ieeefp.h intr.h kcore.h kdbparam.h limits.h locore.h mips_opcode.h \
param.h pcb.h pmap.h pmioctl.h proc.h profile.h psl.h pte.h ptrace.h \
reg.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h types.h \
varargs.h vmparam.h
reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \
types.h varargs.h vmparam.h
.include <bsd.kinc.mk>