2001-09-27 05:08:22 +04:00
|
|
|
# $NetBSD: Makefile,v 1.12 2001/09/27 01:08:22 shin Exp $
|
1999-09-16 16:23:18 +04:00
|
|
|
|
|
|
|
KDIR= /sys/arch/hpcmips/include
|
|
|
|
INCSDIR= /usr/include/hpcmips
|
|
|
|
|
2001-04-15 02:46:19 +04:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h autoconf.h \
|
|
|
|
bootinfo.h bsd-aout.h bswap.h bus.h \
|
2001-09-27 05:08:22 +04:00
|
|
|
cdefs.h cpu.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
db_machdep.h disklabel.h \
|
2001-04-14 16:19:49 +04:00
|
|
|
ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
float.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-17 19:19:41 +04:00
|
|
|
kdbparam.h kcore.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
limits.h lock.h locore.h \
|
|
|
|
math.h mips_opcode.h \
|
|
|
|
param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
|
|
|
|
reg.h regdef.h regnum.h reloc.h \
|
|
|
|
setjmp.h signal.h stdarg.h sysconf.h \
|
|
|
|
trap.h types.h \
|
|
|
|
varargs.h vmparam.h
|
1999-09-16 16:23:18 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|