summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/Makefile
blob: 0ffb9bdf9458b600191257a0467784d59bd2ebe9 (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
#	$NetBSD: Makefile,v 1.32 2012/11/05 23:08:59 alnsn Exp $

INCSDIR= /usr/include/sparc

INCS=	ansi.h aout_machdep.h apmvar.h asm.h autoconf.h \
	bswap.h bootinfo.h \
	cdefs.h cgtworeg.h cpu.h cpuconf.h \
	disklabel.h \
	eeprom.h elf_machdep.h endian.h endian_machdep.h \
	fenv.h float.h frame.h fsr.h \
	idprom.h ieee.h ieeefp.h \
	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
	kbd.h kbio.h kcore.h \
	limits.h lock.h \
	math.h mcontext.h mutex.h \
	oldmon.h openpromio.h \
	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
	reg.h reloc.h rwlock.h \
	setjmp.h signal.h sljitarch.h \
	tctrl.h trap.h types.h \
	vmparam.h vuid_event.h \
	wchar_limits.h

.include <bsd.kinc.mk>