2009-08-13 03:29:18 +04:00
|
|
|
# $NetBSD: Makefile,v 1.33 2009/08/12 23:29:20 matt Exp $
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
INCSDIR= /usr/include/newsmips
|
|
|
|
|
2009-08-13 03:29:18 +04:00
|
|
|
INCS= adrsmap.h ansi.h asm.h autoconf.h \
|
|
|
|
bswap.h \
|
2002-09-06 17:18:43 +04:00
|
|
|
cdefs.h cpu.h \
|
2006-07-26 23:54:56 +04:00
|
|
|
disklabel.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h \
|
2001-04-15 19:29:02 +04:00
|
|
|
ieee.h ieeefp.h \
|
2001-04-15 21:13:04 +04:00
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
|
|
intr.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
kcore.h kdbparam.h \
|
|
|
|
limits.h lock.h locore.h \
|
2007-02-18 05:45:31 +03:00
|
|
|
machConst.h math.h mcontext.h mips_opcode.h mutex.h \
|
2002-08-07 09:14:47 +04:00
|
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
|
2007-02-18 05:45:31 +03:00
|
|
|
reg.h regdef.h regnum.h reloc.h rwlock.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
setjmp.h signal.h stdarg.h \
|
|
|
|
trap.h types.h \
|
|
|
|
varargs.h vmparam.h \
|
2004-08-01 22:53:16 +04:00
|
|
|
wchar_limits.h wsconsio.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
z8530var.h
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|