Bah, forgot to add intr.h during my last round of roto-tilling.

This commit is contained in:
scw 2000-04-15 21:20:35 +00:00
parent a32696c2de
commit 9b7b8d2fff
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.7 2000/03/17 22:36:35 tron Exp $
# $NetBSD: Makefile,v 1.8 2000/04/15 21:20:35 scw Exp $
KDIR= /sys/arch/mvme68k/include
INCSDIR= /usr/include/mvme68k
INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h cdefs.h cpu.h \
db_machdep.h disklabel.h elf_machdep.h endian.h endian_machdep.h \
float.h frame.h ieee.h ieeefp.h kcore.h limits.h math.h param.h pcb.h \
pmap.h proc.h profile.h prom.h psl.h pte.h ptrace.h reg.h setjmp.h \
signal.h stdarg.h svr4_machdep.h trap.h types.h varargs.h vmparam.h \
z8530var.h
float.h frame.h ieee.h ieeefp.h intr.h kcore.h limits.h math.h \
param.h pcb.h pmap.h proc.h profile.h prom.h psl.h pte.h ptrace.h \
reg.h setjmp.h signal.h stdarg.h svr4_machdep.h trap.h types.h \
varargs.h vmparam.h z8530var.h
.include <bsd.kinc.mk>