2001-04-15 21:13:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 2001/04/15 17:13:08 kleink Exp $
|
2000-03-20 02:07:43 +03:00
|
|
|
|
|
|
|
KDIR= /sys/arch/cobalt/include
|
|
|
|
INCSDIR= /usr/include/cobalt
|
|
|
|
|
2001-04-15 02:46:19 +04:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h autoconf.h \
|
|
|
|
bsd-aout.h bswap.h \
|
|
|
|
cdefs.h conf.h cpu.h \
|
|
|
|
db_machdep.h disklabel.h \
|
|
|
|
ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
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-15 02:46:19 +04:00
|
|
|
kcore.h kdbparam.h \
|
|
|
|
leds.h limits.h lock.h locore.h \
|
|
|
|
math.h mips_opcode.h \
|
|
|
|
nvram.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 \
|
|
|
|
trap.h types.h \
|
|
|
|
varargs.h vmparam.h
|
2000-03-20 02:07:43 +03:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|