Enable installation of ia64 includes - mostly from cherry.

This commit is contained in:
skrll 2006-06-20 15:26:19 +00:00
parent 97da3b129c
commit 86bff00eef
2 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2006/04/07 14:21:17 cherry Exp $
# $NetBSD: Makefile,v 1.2 2006/06/20 15:26:19 skrll Exp $
SUBDIR= stand
SUBDIR= include stand
.include <bsd.kinc.mk>

View File

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2006/06/20 15:26:19 skrll Exp $
INCSDIR= /usr/include/ia64
INCS= _regset.h acpi_func.h acpi_machdep.h acpica_machdep.h ansi.h \
aout_machdep.h asm.h atomic.h bootinfo.h bswap.h cdefs.h \
cpu.h cpufunc.h db_machdep.h dig64.h disklabel.h efi.h \
elf_machdep.h endian.h endian_machdep.h float.h fpu.h frame.h \
ia64_cpu.h int_const.h int_fmtio.h int_limits.h \
int_mwgwtypes.h int_types.h intr.h intrcnt.h limits.h \
loadfile_machdep.h lock.h mca_machdep.h mcontext.h md_var.h \
pal.h param.h pcb.h pmap.h proc.h pte.h ptrace.h reg.h sal.h \
setjmp.h signal.h smp.h ssc.h stdarg.h types.h varargs.h \
vmparam.h wchar_limits.h
.include <bsd.kinc.mk>