1 # $NetBSD: Makefile,v 1.1 2008/11/19 18:36:08 ad Exp $
3 .
include "../Makefile.inc"
7 CPPFLAGS
+= -DEXEC_ELF64
-DCOREDUMP
8 .if
${MACHINE_ARCH} != "powerpc64" && \
9 ${MACHINE_ARCH} != "sparc64"
14 SRCS
= exec_elf64.c core_elf64.c
16 .
include <bsd.kmodule.mk
>