29 lines
777 B
Makefile
29 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/10/25 12:26:18 kleink Exp $
|
|
|
|
KDIR= /sys/arch/x86_64/include
|
|
INCSDIR= /usr/include/x86_64
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
|
bios32.h bootinfo.h bswap.h bus.h byte_swap.h \
|
|
cdefs.h conf.h cpu.h cpufunc.h \
|
|
disklabel.h \
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
float.h fpu.h frame.h frameasm.h \
|
|
gdt.h \
|
|
ieee.h ieeefp.h \
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
intr.h isa_machdep.h \
|
|
kcore.h \
|
|
limits.h lock.h \
|
|
math.h \
|
|
netbsd32_machdep.h \
|
|
param.h pcb.h pccons.h pci_machdep.h pio.h pmap.h pmc.h proc.h \
|
|
profile.h psl.h pte.h ptrace.h \
|
|
reg.h rnd.h \
|
|
segments.h setjmp.h signal.h specialreg.h stdarg.h sysarch.h \
|
|
trap.h tss.h types.h \
|
|
userret.h \
|
|
varargs.h vmparam.h
|
|
|
|
.include <bsd.kinc.mk>
|