summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/include/Makefile
blob: f005161fc42c29ff18494e9001ebbd9345a99749 (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
#	$NetBSD: Makefile,v 1.10 2007/02/22 13:44:05 tsutsui Exp $

INCSDIR= /usr/include/sun2

INCS=	ansi.h aout_machdep.h asm.h autoconf.h \
	bswap.h \
	cdefs.h cpu.h \
	disklabel.h dvma.h \
	eeprom.h elf_machdep.h endian.h endian_machdep.h \
	fbio.h float.h frame.h \
	idprom.h ieee.h ieeefp.h intr.h \
	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
	kbd.h kbio.h kcore.h \
	leds.h limits.h lock.h \
	math.h mcontext.h mon.h mutex.h \
	param.h pcb.h pmap.h pmc.h promlib.h \
	proc.h profile.h psl.h pte.h ptrace.h \
	reg.h rwlock.h \
	setjmp.h signal.h stdarg.h \
	trap.h types.h \
	varargs.h vmparam.h vuid_event.h \
	wchar_limits.h \
	z8530var.h

.include <bsd.kinc.mk>