summaryrefslogtreecommitdiff
path: root/sys/arch/cesfic/include/Makefile
blob: e427146fb692033a65d700d6bdf97bda9f39cbb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.6 2003/01/17 22:40:31 thorpej Exp $

INCSDIR= /usr/include/cesfic

INCS=	ansi.h aout_machdep.h asm.h \
	bswap.h \
	cdefs.h cpu.h \
	disklabel.h elf_machdep.h \
	endian.h endian_machdep.h \
	float.h frame.h \
	ieee.h ieeefp.h \
	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
	intr.h \
	limits.h lock.h \
	math.h mcontext.h \
	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
	reg.h setjmp.h signal.h stdarg.h trap.h types.h \
	varargs.h vmparam.h

.include <bsd.kinc.mk>