15 lines
592 B
Makefile
15 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/12/23 10:15:11 kleink Exp $
|
|
|
|
KDIR= /sys/arch/hpcmips/include
|
|
INCSDIR= /usr/include/hpcmips
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h autoconf.h bootinfo.h bswap.h bus.h \
|
|
cdefs.h clock_machdep.h cpu.h db_machdep.h disklabel.h \
|
|
ecoff_machdep.h elf_machdep.h endian.h intr.h kcore.h \
|
|
limits.h locore.h math.h param.h pcb.h pmap.h proc.h psl.h pte.h \
|
|
ptrace.h reg.h regdef.h regnum.h reloc.h signal.h stdarg.h sysconf.h \
|
|
types.h vmparam.h setjmp.h float.h ieeefp.h ieee.h \
|
|
bsd-aout.h kdbparam.h mips_opcode.h profile.h trap.h varargs.h
|
|
|
|
.include <bsd.kinc.mk>
|