1 # $NetBSD: Makefile,v 1.6 2007/04/08 09:35:51 scw Exp $
10 # Test for no-executable stack; applies only to architectures
11 # where CPU and kernel support it.
13 STACKNOX_ARCHS
= alpha i386 powerpc sparc sparc64 x86_64
15 .if
!defined
(HAVE_PCC
) && !empty
(STACKNOX_ARCHS
:M
${MACHINE_ARCH})
19 .
include <bsd.subdir.mk
>