Tidy up a little, to be like other ports.
This commit is contained in:
parent
d148d21082
commit
3a3c243c62
@ -1,17 +1,28 @@
|
|||||||
# $NetBSD: Makefile,v 1.2 2001/09/19 06:38:44 chs Exp $
|
# $NetBSD: Makefile,v 1.3 2001/10/25 12:26:18 kleink Exp $
|
||||||
|
|
||||||
KDIR= /sys/arch/x86_64/include
|
KDIR= /sys/arch/x86_64/include
|
||||||
INCSDIR= /usr/include/x86_64
|
INCSDIR= /usr/include/x86_64
|
||||||
|
|
||||||
INCS= ansi.h aout_machdep.h asm.h bios32.h bootinfo.h bswap.h \
|
INCS= ansi.h aout_machdep.h asm.h \
|
||||||
bus.h byte_swap.h cdefs.h conf.h cpu.h cpufunc.h \
|
bios32.h bootinfo.h bswap.h bus.h byte_swap.h \
|
||||||
disklabel.h elf_machdep.h endian.h endian_machdep.h float.h \
|
cdefs.h conf.h cpu.h cpufunc.h \
|
||||||
fpu.h frame.h frameasm.h gdt.h ieee.h ieeefp.h int_const.h \
|
disklabel.h \
|
||||||
int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h intr.h \
|
elf_machdep.h endian.h endian_machdep.h \
|
||||||
isa_machdep.h kcore.h limits.h \
|
float.h fpu.h frame.h frameasm.h \
|
||||||
lock.h math.h netbsd32_machdep.h out param.h pcb.h pccons.h \
|
gdt.h \
|
||||||
pci_machdep.h pio.h pmap.h pmc.h proc.h profile.h psl.h \
|
ieee.h ieeefp.h \
|
||||||
pte.h ptrace.h reg.h rnd.h segments.h setjmp.h signal.h specialreg.h \
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
||||||
stdarg.h sysarch.h trap.h tss.h types.h userret.h varargs.h vmparam.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>
|
.include <bsd.kinc.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user