2005-12-11 15:16:03 +03:00
|
|
|
# $NetBSD: Makefile,v 1.29 2005/12/11 12:19:44 christos 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 \
|
|
|
|
db_machdep.h disklabel.h \
|
|
|
|
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 \
|
|
|
|
intr.h 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 \
|
|
|
|
math.h mcontext.h \
|
2004-05-08 12:38:36 +04:00
|
|
|
opmbellio.h opmreg.h \
|
2002-08-07 09:14:47 +04:00
|
|
|
param.h parioctl.h pcb.h pci_machdep.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 \
|
2001-06-12 14:03:04 +04:00
|
|
|
reg.h remote-sl.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>
|