MACHINE_ARCH is x86_64 for amd64; noticed by Nicolas Joly

This commit is contained in:
drochner 2004-02-19 18:25:56 +00:00
parent 2982fa170d
commit 40bcd2aa76
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2004/02/19 16:56:52 drochner Exp $
# $NetBSD: Makefile,v 1.5 2004/02/19 18:25:56 drochner Exp $
SUBDIR+= mmap stack_exec loan1
@ -6,7 +6,7 @@ SUBDIR+= mmap stack_exec loan1
# Test for no-executable stack; applies only to architectures
# where CPU and kernel support it.
#
STACKNOX_ARCHS= alpha amd64 i386 powerpc sh5 sparc sparc64
STACKNOX_ARCHS= alpha i386 powerpc sh5 sparc sparc64 x86_64
.if !empty(STACKNOX_ARCHS:M${MACHINE_ARCH})
SUBDIR+= stack_noexec