2000-06-26 19:42:16 +04:00
|
|
|
# $NetBSD: Makefile,v 1.13 2000/06/26 15:42:36 kleink Exp $
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
KDIR= /sys/arch/i386/include
|
|
|
|
INCSDIR= /usr/include/i386
|
|
|
|
|
1999-01-15 16:31:15 +03:00
|
|
|
INCS= ansi.h aout_machdep.h apmvar.h asm.h bioscall.h bootinfo.h bswap.h \
|
1999-01-16 09:24:07 +03:00
|
|
|
byte_swap.h bus.h cdefs.h conf.h cpu.h cpufunc.h cputypes.h \
|
2000-03-17 20:22:57 +03:00
|
|
|
db_machdep.h disklabel.h elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h frame.h freebsd_machdep.h gdt.h ibcs2_machdep.h ieee.h \
|
2000-06-26 19:42:16 +04:00
|
|
|
ieeefp.h int_types.h intr.h joystick.h kcore.h limits.h lock.h math.h \
|
|
|
|
mouse.h npx.h param.h pcb.h pccons.h pio.h pmap.h \
|
1999-06-17 04:12:10 +04:00
|
|
|
proc.h profile.h psl.h pte.h ptrace.h reg.h segments.h \
|
2000-06-26 19:42:16 +04:00
|
|
|
setjmp.h signal.h specialreg.h spkr.h stdarg.h \
|
|
|
|
svr4_machdep.h sysarch.h trap.h tss.h types.h varargs.h vm86.h \
|
|
|
|
vmparam.h
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|