blob: e4bd31a4661fd61c920be07ea785e3e1c5364203 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.1 2003/04/26 18:39:36 fvdl Exp $
INCSDIR= /usr/include/amd64
INCS= ansi.h aout_machdep.h asm.h atomic.h \
bootinfo.h bswap.h bus.h byte_swap.h \
cdefs.h cpu.h cpufunc.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
float.h fpu.h frame.h \
gdt.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h intrdefs.h \
kcore.h \
limits.h lock.h \
math.h mcontext.h mtrr.h \
netbsd32_machdep.h \
param.h pcb.h pci_machdep.h pio.h pmap.h pmc.h proc.h \
profile.h psl.h pte.h ptrace.h \
reg.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>
|