NetBSD/sys/arch/powerpc/include/Makefile

13 lines
492 B
Makefile
Raw Normal View History

2000-03-18 01:36:31 +03:00
# $NetBSD: Makefile,v 1.9 2000/03/17 22:36:40 tron Exp $
KDIR= /sys/arch/powerpc/include
INCSDIR= /usr/include/powerpc
1999-05-05 14:15:53 +04:00
INCS= ansi.h aout_machdep.h asm.h bat.h bswap.h cdefs.h cpu.h db_machdep.h \
2000-03-18 01:36:31 +03:00
elf_machdep.h endian.h endian_machdep.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>