2007-02-10 00:55:00 +03:00
|
|
|
# $NetBSD: Makefile,v 1.8 2007/02/09 21:55:00 ad Exp $
|
2000-05-10 01:55:44 +04:00
|
|
|
|
2002-03-24 18:45:29 +03:00
|
|
|
INCSDIR= /usr/include/acorn26
|
2000-05-10 01:55:44 +04:00
|
|
|
|
2001-04-15 02:46:19 +04:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
|
|
|
boot.h bswap.h bus.h \
|
|
|
|
cdefs.h cpu.h \
|
2006-07-26 23:54:56 +04:00
|
|
|
disklabel.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
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 \
|
|
|
|
intr.h ipkdb.h irq.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
limits.h lock.h \
|
2007-02-10 00:55:00 +03:00
|
|
|
math.h mutex.h mcontext.h \
|
2002-08-07 09:14:47 +04:00
|
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h ptrace.h \
|
2007-02-10 00:55:00 +03:00
|
|
|
reg.h rwlock.h \
|
2001-07-28 23:14:00 +04:00
|
|
|
setjmp.h signal.h stdarg.h sysarch.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
trap.h types.h \
|
2004-05-09 01:51:47 +04:00
|
|
|
varargs.h vmparam.h \
|
|
|
|
wchar_limits.h
|
2000-05-10 01:55:44 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|