2009-08-13 03:29:18 +04:00
|
|
|
# $NetBSD: Makefile,v 1.19 2009/08/12 23:29:18 matt Exp $
|
2000-03-20 02:07:43 +03:00
|
|
|
|
|
|
|
INCSDIR= /usr/include/cobalt
|
|
|
|
|
2009-08-13 03:29:18 +04:00
|
|
|
INCS= 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 \
|
2008-03-22 21:32:20 +03:00
|
|
|
limits.h lock.h locore.h \
|
2007-02-10 00:55:00 +03:00
|
|
|
math.h mcontext.h mips_opcode.h mutex.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
nvram.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-10 00:55:00 +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 \
|
2004-05-09 01:51:47 +04:00
|
|
|
varargs.h vmparam.h \
|
|
|
|
wchar_limits.h
|
2000-03-20 02:07:43 +03:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|