MACHINE_ARCH is x86_64 for amd64; noticed by Nicolas Joly
This commit is contained in:
parent
2982fa170d
commit
40bcd2aa76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue