diff --git a/sys/arch/ia64/Makefile b/sys/arch/ia64/Makefile index 3c206ddc0ce9..00b9a07c7ce2 100644 --- a/sys/arch/ia64/Makefile +++ b/sys/arch/ia64/Makefile @@ -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 diff --git a/sys/arch/ia64/include/Makefile b/sys/arch/ia64/include/Makefile new file mode 100644 index 000000000000..e7d84f334c9f --- /dev/null +++ b/sys/arch/ia64/include/Makefile @@ -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