mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
17 lines
675 B
Makefile
17 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/06/20 12:41:34 joerg Exp $
|
|
|
|
INCSDIR= /usr/include/ia64
|
|
|
|
INCS= _regset.h acpi_func.h acpi_machdep.h ansi.h \
|
|
aout_machdep.h asm.h atomic.h bootinfo.h bswap.h cdefs.h \
|
|
cpu.h cpufunc.h dig64.h disklabel.h efi.h \
|
|
elf_machdep.h endian.h endian_machdep.h float.h fpu.h frame.h \
|
|
ia64_cpu.h ieee.h ieeefp.h int_const.h int_fmtio.h int_limits.h \
|
|
int_mwgwtypes.h int_types.h intr.h limits.h \
|
|
loadfile_machdep.h lock.h math.h mca_machdep.h mcontext.h md_var.h \
|
|
mutex.h pal.h param.h pcb.h pmap.h proc.h profile.h pte.h ptrace.h \
|
|
reg.h sal.h rwlock.h setjmp.h signal.h smp.h ssc.h types.h \
|
|
vmparam.h wchar_limits.h
|
|
|
|
.include <bsd.kinc.mk>
|