xref: /minix3/sys/arch/i386/include/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.43 2014/07/23 18:19:44 alnsn Exp $
2f6aac1c3SLionel Sambuc
3f6aac1c3SLionel SambucINCSDIR= /usr/include/i386
4f6aac1c3SLionel Sambuc
5*0a6a1f1dSLionel SambucINCS=	ansi.h aout_machdep.h apmvar.h asm.h \
6*0a6a1f1dSLionel Sambuc	bioscall.h bootinfo.h bswap.h byte_swap.h \
7*0a6a1f1dSLionel Sambuc	cdefs.h cpu.h cputypes.h \
8f6aac1c3SLionel Sambuc	disklabel.h \
9f6aac1c3SLionel Sambuc	elf_machdep.h endian.h endian_machdep.h \
10*0a6a1f1dSLionel Sambuc	fenv.h float.h frame.h freebsd_machdep.h \
11*0a6a1f1dSLionel Sambuc	gdt.h \
12*0a6a1f1dSLionel Sambuc	ibcs2_machdep.h ieee.h ieeefp.h \
13f6aac1c3SLionel Sambuc	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
14*0a6a1f1dSLionel Sambuc	intr.h intrdefs.h \
15*0a6a1f1dSLionel Sambuc	joystick.h \
16*0a6a1f1dSLionel Sambuc	kcore.h \
1784d9c625SLionel Sambuc	limits.h lock.h \
18*0a6a1f1dSLionel Sambuc	math.h mcontext.h mutex.h mtrr.h multiboot.h \
19*0a6a1f1dSLionel Sambuc	param.h pcb.h pio.h pmap.h pmc.h proc.h profile.h psl.h \
20*0a6a1f1dSLionel Sambuc	pte.h ptrace.h \
21*0a6a1f1dSLionel Sambuc	reg.h rwlock.h \
22*0a6a1f1dSLionel Sambuc	segments.h setjmp.h signal.h sljit_machdep.h specialreg.h spkr.h \
23*0a6a1f1dSLionel Sambuc	svr4_machdep.h sysarch.h \
2484d9c625SLionel Sambuc	trap.h tss.h types.h \
25*0a6a1f1dSLionel Sambuc	vm86.h vmparam.h \
26f6aac1c3SLionel Sambuc	wchar_limits.h
27f6aac1c3SLionel Sambuc
28f6aac1c3SLionel Sambuc.include <bsd.kinc.mk>
29