2001-06-12 17:20:50 +00:00
|
|
|
# $NetBSD: Makefile,v 1.22 2001/06/12 17:20:50 tsubai Exp $
|
1998-06-12 23:22:30 +00:00
|
|
|
|
|
|
|
KDIR= /sys/arch/powerpc/include
|
|
|
|
INCSDIR= /usr/include/powerpc
|
|
|
|
|
2001-04-14 22:46:19 +00:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
2001-06-12 17:20:50 +00:00
|
|
|
bat.h bswap.h byte_swap.h \
|
2001-04-14 22:46:19 +00:00
|
|
|
cdefs.h cpu.h \
|
|
|
|
db_machdep.h \
|
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h fpu.h frame.h \
|
2001-04-15 15:29:02 +00:00
|
|
|
ieee.h ieeefp.h \
|
2001-04-15 17:13:04 +00:00
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
|
|
ipkdb.h \
|
2001-04-14 22:46:19 +00:00
|
|
|
kcore.h \
|
|
|
|
limits.h lock.h \
|
2001-05-03 13:11:24 +00:00
|
|
|
math.h \
|
2001-06-12 17:20:50 +00:00
|
|
|
param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
|
2001-04-14 22:46:19 +00:00
|
|
|
reg.h reloc.h \
|
|
|
|
setjmp.h signal.h stdarg.h \
|
|
|
|
trap.h types.h \
|
|
|
|
varargs.h
|
1998-06-12 23:22:30 +00:00
|
|
|
|
2001-06-06 17:36:01 +00:00
|
|
|
SUBDIR= mpc6xx
|
1998-06-12 23:22:30 +00:00
|
|
|
.include <bsd.kinc.mk>
|