Put tc_machdep.h back - the X server needs it to build.

This commit is contained in:
simonb 1999-07-19 23:35:29 +00:00
parent 7f53187a85
commit 988906cf52
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 1999/04/28 09:19:35 christos Exp $
# $NetBSD: Makefile,v 1.10 1999/07/19 23:35:29 simonb Exp $
KDIR= /sys/arch/pmax/include
INCSDIR= /usr/include/pmax
@ -7,9 +7,9 @@ INCS= ansi.h aout_machdep.h autoconf.h bswap.h bsd-aout.h bus.h cdefs.h \
clock_machdep.h conf.h cpu.h db_machdep.h dc7085cons.h disklabel.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 loadfile_machdep.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 regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \
types.h varargs.h vmparam.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 regdef.h regnum.h reloc.h \
setjmp.h signal.h stdarg.h tc_machdep.h trap.h types.h varargs.h \
vmparam.h
.include <bsd.kinc.mk>