2003-01-18 00:55:23 +03:00
|
|
|
# $NetBSD: Makefile,v 1.12 2003/01/17 22:43:00 thorpej Exp $
|
2000-12-11 21:19:12 +03:00
|
|
|
|
|
|
|
INCSDIR= /usr/include/dreamcast
|
|
|
|
|
2001-04-15 02:46:19 +04:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
2002-03-08 16:22:11 +03:00
|
|
|
bswap.h bus.h \
|
2002-09-06 17:18:43 +04:00
|
|
|
cdefs.h coff_machdep.h cpu.h cputypes.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
db_machdep.h disklabel.h \
|
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h frame.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
|
|
|
limits.h lock.h \
|
2003-01-18 00:55:23 +03:00
|
|
|
math.h mcontext.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 \
|
2001-04-15 02:46:19 +04:00
|
|
|
reg.h \
|
2002-03-24 21:21:08 +03:00
|
|
|
setjmp.h signal.h stdarg.h \
|
2002-05-09 16:42:08 +04:00
|
|
|
types.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
varargs.h vmparam.h
|
2000-12-11 21:19:12 +03:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|