2008-01-19 16:11:09 +03:00
|
|
|
# $NetBSD: Makefile,v 1.5 2008/01/19 13:11:18 chris Exp $
|
2004-10-14 03:28:34 +04:00
|
|
|
|
|
|
|
INCSDIR= /usr/include/iyonix
|
|
|
|
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
|
|
|
bswap.h bus.h \
|
|
|
|
cdefs.h cpu.h \
|
2006-07-26 23:54:56 +04:00
|
|
|
disklabel.h \
|
2004-10-14 03:28:34 +04:00
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h fp.h frame.h \
|
|
|
|
ieee.h ieeefp.h \
|
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
2008-01-19 16:11:09 +03:00
|
|
|
intr.h \
|
2004-10-14 03:28:34 +04:00
|
|
|
limits.h lock.h \
|
2007-02-10 00:55:00 +03:00
|
|
|
math.h mcontext.h mutex.h \
|
2004-10-14 03:28:34 +04:00
|
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h ptrace.h \
|
2007-02-10 00:55:00 +03:00
|
|
|
reg.h rwlock.h \
|
2004-10-14 03:28:34 +04:00
|
|
|
setjmp.h signal.h stdarg.h sysarch.h \
|
|
|
|
trap.h types.h \
|
|
|
|
varargs.h vmparam.h \
|
|
|
|
wchar_limits.h
|
|
|
|
|
|
|
|
INCS+= joystick.h
|
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|