13 lines
477 B
Makefile
13 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.8 2000/02/27 17:50:20 tsubai Exp $
|
|
|
|
KDIR= /sys/arch/powerpc/include
|
|
INCSDIR= /usr/include/powerpc
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h bat.h bswap.h cdefs.h cpu.h db_machdep.h \
|
|
elf_machdep.h endian.h float.h fpu.h frame.h hid_601.h ieee.h \
|
|
ieeefp.h ipkdb.h kcore.h limits.h machine_type.h math.h param.h pcb.h \
|
|
pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h reloc.h setjmp.h \
|
|
signal.h stdarg.h trap.h types.h varargs.h
|
|
|
|
.include <bsd.kinc.mk>
|