2004-05-09 01:51:47 +04:00
|
|
|
# $NetBSD: Makefile,v 1.18 2004/05/08 21:51:47 kleink Exp $
|
2000-05-26 02:11:57 +04:00
|
|
|
|
2000-06-06 01:37:33 +04:00
|
|
|
INCSDIR= /usr/include/amigappc
|
2000-05-26 02:11:57 +04:00
|
|
|
|
2001-04-15 02:46:19 +04:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
|
|
|
bswap.h bus.h \
|
2002-09-06 17:18:43 +04:00
|
|
|
cdefs.h cpu.h cpufunc.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
db_machdep.h disklabel.h \
|
2002-04-05 00:29:35 +04:00
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
2001-09-19 20:42:10 +04:00
|
|
|
float.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 \
|
2001-04-15 02:46:19 +04:00
|
|
|
kcore.h \
|
2002-04-05 01:29:04 +04:00
|
|
|
limits.h lock.h \
|
2003-01-21 17:39:35 +03:00
|
|
|
math.h mcontext.h mtpr.h \
|
2002-08-07 09:14:47 +04:00
|
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
|
2002-04-05 00:12:30 +04:00
|
|
|
reg.h reloc.h \
|
2001-11-28 16:14:12 +03:00
|
|
|
setjmp.h signal.h stdarg.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-26 02:11:57 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|