summaryrefslogtreecommitdiff
path: root/sys/arch/sh5/include/Makefile
blob: f838dc96cff317c6aa2dc633a5049e28993d9daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: Makefile,v 1.12 2003/03/13 13:44:17 scw Exp $

INCSDIR= /usr/include/sh5

INCS=	ansi.h aout_machdep.h asm.h \
	bootparams.h bswap.h byte_swap.h \
	cdefs.h conreg.h cpu.h cputypes.h \
	disklabel.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 \
	limits.h lock.h \
	math.h mcontext.h \
	netbsd32_machdep.h \
	param.h pcb.h pmap.h pmc.h proc.h profile.h pte.h ptrace.h \
	pci_machdep.h \
	reg.h \
	setjmp.h signal.h stdarg.h \
	trap.h types.h \
	varargs.h vmparam.h

.include <bsd.kinc.mk>