NetBSD/sys/arch/powerpc/include/Makefile
matt 938edd5b75 Introduce a new & faster pmap for the MPC6xx (60x, 7xx, 7xxx) PPC CPUs.
Move MPC6xx dependent header files to powerpc/include/mpc6xx/
2001-06-06 17:36:01 +00:00

26 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.20 2001/06/06 17:36:01 matt Exp $
KDIR= /sys/arch/powerpc/include
INCSDIR= /usr/include/powerpc
INCS= ansi.h aout_machdep.h asm.h \
bswap.h byte_swap.h \
cdefs.h cpu.h \
db_machdep.h \
elf_machdep.h endian.h endian_machdep.h \
float.h fpu.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
ipkdb.h \
kcore.h \
limits.h lock.h \
math.h \
param.h pcb.h pio.h proc.h profile.h psl.h ptrace.h \
reg.h reloc.h \
setjmp.h signal.h stdarg.h \
trap.h types.h \
varargs.h
SUBDIR= mpc6xx
.include <bsd.kinc.mk>