Add loadfile_machdep.h to list of installed machine headers.

This commit is contained in:
scw 2000-12-05 18:42:18 +00:00
parent 02031bda76
commit 2ec144518f
1 changed files with 6 additions and 5 deletions

View File

@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.10 2000/06/26 15:42:50 kleink Exp $
# $NetBSD: Makefile,v 1.11 2000/12/05 18:42:18 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 int_types.h intr.h kcore.h limits.h \
lock.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 int_types.h intr.h kcore.h \
limits.h loadfile_machdep.h lock.h math.h param.h pcb.h pmap.h z
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>