2001-04-14 16:19:49 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2001/04/14 12:19:51 kleink Exp $
|
2000-05-10 01:55:44 +04:00
|
|
|
|
|
|
|
KDIR= /sys/arch/arm26/include
|
|
|
|
INCSDIR= /usr/include/arm26
|
|
|
|
|
2001-01-23 01:10:39 +03:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h boot.h bswap.h bus.h cdefs.h \
|
2000-05-10 01:55:44 +04:00
|
|
|
cpu.h db_machdep.h disklabel.h \
|
|
|
|
disklabel_acorn.h elf_machdep.h endian.h endian_machdep.h float.h \
|
2001-04-14 16:19:49 +04:00
|
|
|
fp.h frame.h ieee.h ieeefp.h int_mwgwtypes.h int_types.h intr.h \
|
|
|
|
ipkdb.h irq.h limits.h lock.h math.h \
|
2000-05-10 01:55:44 +04:00
|
|
|
param.h pcb.h pmap.h proc.h profile.h ptrace.h reg.h \
|
2000-08-23 01:27:21 +04:00
|
|
|
setjmp.h signal.h stdarg.h trap.h types.h undefined.h \
|
2000-05-10 01:55:44 +04:00
|
|
|
varargs.h vmparam.h
|
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|