summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/Makefile
blob: 46cefaa712196e291e2de9ba18b9e9a5c04ebec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#	$NetBSD: Makefile,v 1.13 2001/05/03 13:11:24 soren Exp $

KDIR=	/sys/arch/macppc/include
INCSDIR= /usr/include/macppc

INCS=	adbsys.h ansi.h aout_machdep.h asm.h autoconf.h \
	bat.h bswap.h bus.h \
	cdefs.h cpu.h \
	db_machdep.h disklabel.h \
	elf_machdep.h endian.h endian_machdep.h \
	float.h fpu.h frame.h \
	grfioctl.h \
	ieee.h ieeefp.h \
	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
	intr.h ipkdb.h \
	kcore.h keyboard.h \
	limits.h lock.h \
	math.h \
	param.h pcb.h pio.h pmap.h powerpc.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 vmparam.h \
	z8530var.h

.include <bsd.kinc.mk>