i forgot writing some include files in Makefile

This commit is contained in:
ichiro 2001-02-24 07:09:20 +00:00
parent 45f666cb9d
commit b84bcefc8e

View File

@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.1 2001/02/23 03:48:14 ichiro Exp $
# $NetBSD: Makefile,v 1.2 2001/02/24 07:09:20 ichiro Exp $
KDIR= /sys/arch/hpcarm/include
INCSDIR= /usr/include/hpcarm
INCS= ansi.h aout_machdep.h asm.h bootconfig.h bswap.h bus.h cdefs.h \
conf.h cpu.h cpufunc.h cpus.h db_machdep.h disklabel.h \
conf.h config_hook.h cpu.h cpufunc.h cpus.h db_machdep.h disklabel.h \
disklabel_acorn.h elf_machdep.h endian.h endian_machdep.h float.h \
fp.h frame.h ieee.h ieeefp.h int_types.h intr.h io.h \
irqhandler.h limits.h lock.h math.h \
param.h pcb.h pmap.h proc.h psl.h pte.h ptrace.h reg.h \
setjmp.h signal.h stdarg.h trap.h types.h \
fp.h frame.h ieee.h ieeefp.h int_types.h intr.h io.h irqhandler.h \
limits.h lock.h math.h param.h pcb.h platid.h platid_generated.h \
platid_mask.h pmap.h proc.h psl.h pte.h ptrace.h reg.h rtc.h \
setjmp.h signal.h stdarg.h sysarch.h trap.h types.h \
undefined.h varargs.h vmparam.h
.include <bsd.kinc.mk>