2001-11-26 04:02:28 +03:00
|
|
|
# $NetBSD: Makefile,v 1.23 2001/11/26 01:02:28 thorpej Exp $
|
2001-01-10 21:23:02 +03:00
|
|
|
|
|
|
|
KDIR= /sys/arch/arm/include
|
|
|
|
INCSDIR= /usr/include/arm
|
|
|
|
|
2001-04-15 02:46:19 +04:00
|
|
|
INCS= ansi.h aout_machdep.h armreg.h asm.h \
|
2001-06-19 01:37:32 +04:00
|
|
|
bswap.h bus.h \
|
2001-11-26 04:02:28 +03:00
|
|
|
cdefs.h cpu.h \
|
|
|
|
db_machdep.h disklabel.h \
|
2001-06-23 16:20:27 +04:00
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
float.h fp.h frame.h \
|
2001-04-15 19:29:02 +04:00
|
|
|
ieee.h ieeefp.h \
|
2001-04-15 21:13:04 +04:00
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
2001-11-26 04:02:28 +03:00
|
|
|
ipkdb.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
limits.h lock.h \
|
|
|
|
math.h \
|
2001-11-26 04:02:28 +03:00
|
|
|
param.h pcb.h proc.h profile.h \
|
2001-11-23 20:39:03 +03:00
|
|
|
ptrace.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
reg.h \
|
2001-07-14 04:23:09 +04:00
|
|
|
setjmp.h signal.h stdarg.h sysarch.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
trap.h types.h \
|
2001-11-23 20:39:03 +03:00
|
|
|
varargs.h
|
2001-01-12 00:05:03 +03:00
|
|
|
|
2001-01-10 21:23:02 +03:00
|
|
|
.include <bsd.kinc.mk>
|