2002-09-06 17:18:43 +04:00
|
|
|
# $NetBSD: Makefile,v 1.16 2002/09/06 13:18:43 gehenna Exp $
|
1999-09-13 14:30:21 +04:00
|
|
|
|
|
|
|
KDIR= /sys/arch/mmeye/include
|
|
|
|
INCSDIR= /usr/include/mmeye
|
|
|
|
|
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-09-19 10:38:44 +04:00
|
|
|
limits.h lock.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
math.h mmeye.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-05-02 20:34:57 +04:00
|
|
|
setjmp.h signal.h stdarg.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
trap.h types.h \
|
|
|
|
varargs.h vmparam.h
|
1999-09-13 14:30:21 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|