2004-05-09 01:51:47 +04:00
|
|
|
# $NetBSD: Makefile,v 1.31 2004/05/08 21:51:50 kleink Exp $
|
1998-06-13 03:22:30 +04:00
|
|
|
|
2003-10-20 04:12:09 +04:00
|
|
|
INCSDIR?= /usr/include/powerpc
|
1998-06-13 03:22:30 +04:00
|
|
|
|
2003-10-20 04:12:09 +04:00
|
|
|
INCS+= ansi.h aout_machdep.h asm.h atomic.h \
|
|
|
|
bswap.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
cdefs.h cpu.h \
|
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h fpu.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-04-15 02:46:19 +04:00
|
|
|
kcore.h \
|
|
|
|
limits.h lock.h \
|
2003-01-18 09:23:28 +03:00
|
|
|
math.h mcontext.h \
|
2003-10-20 04:12:09 +04:00
|
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
reg.h reloc.h \
|
|
|
|
setjmp.h signal.h stdarg.h \
|
|
|
|
trap.h types.h \
|
2004-05-09 01:51:47 +04:00
|
|
|
varargs.h \
|
|
|
|
wchar_limits.h
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|