2008-06-01 06:30:12 +04:00
|
|
|
# $NetBSD: Makefile,v 1.33 2008/06/01 02:30:12 isaki Exp $
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
INCSDIR= /usr/include/x68k
|
|
|
|
|
2001-04-15 02:46:19 +04:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
2002-03-24 17:54:50 +03:00
|
|
|
bootinfo.h bswap.h bus.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
cdefs.h cpu.h cpufunc.h \
|
2006-07-26 23:54:56 +04:00
|
|
|
disklabel.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h frame.h \
|
|
|
|
grfioctl.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 \
|
2007-03-11 09:16:02 +03:00
|
|
|
iteioctl.h \
|
2004-05-12 18:25:08 +04:00
|
|
|
kbd.h kbdmap.h kbio.h kcore.h \
|
2003-01-18 09:55:21 +03:00
|
|
|
lock.h limits.h \
|
2007-02-10 00:55:00 +03:00
|
|
|
math.h mcontext.h mutex.h \
|
2004-05-08 12:38:36 +04:00
|
|
|
opmbellio.h opmreg.h \
|
2008-06-01 06:30:12 +04:00
|
|
|
param.h parioctl.h pcb.h pmap.h pmc.h powioctl.h proc.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
profile.h psl.h pte.h ptrace.h \
|
2007-02-10 00:55:00 +03:00
|
|
|
reg.h remote-sl.h rwlock.h \
|
2001-11-28 16:14:12 +03:00
|
|
|
setjmp.h signal.h sram.h stdarg.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
trap.h types.h \
|
2004-05-09 01:51:47 +04:00
|
|
|
wchar_limits.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
varargs.h vmparam.h vuid_event.h
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|