Thu Jul 14 10:27:36 2011 UTC ()
Remove "mmap" subdir.


(jruoho)
diff -r1.8 -r1.9 src/regress/sys/uvm/Makefile

cvs diff -r1.8 -r1.9 src/regress/sys/uvm/Attic/Makefile (expand / switch to unified diff)

--- src/regress/sys/uvm/Attic/Makefile 2011/05/20 13:36:12 1.8
+++ src/regress/sys/uvm/Attic/Makefile 2011/07/14 10:27:36 1.9
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.8 2011/05/20 13:36:12 joerg Exp $ 1# $NetBSD: Makefile,v 1.9 2011/07/14 10:27:36 jruoho Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5SUBDIR+= mmap loan1 5SUBDIR+= loan1
6 6
7.if !empty(SUPPORTED_CC:Mgcc) 7.if !empty(SUPPORTED_CC:Mgcc)
8SUBDIR+= stack_exec 8SUBDIR+= stack_exec
9.endif 9.endif
10 10
11# 11#
12# Test for no-executable stack; applies only to architectures 12# Test for no-executable stack; applies only to architectures
13# where CPU and kernel support it. 13# where CPU and kernel support it.
14# 14#
15STACKNOX_ARCHS= alpha i386 powerpc sparc sparc64 x86_64 15STACKNOX_ARCHS= alpha i386 powerpc sparc sparc64 x86_64
16 16
17.if !empty(SUPPORTED_CC:Mgcc) && !empty(STACKNOX_ARCHS:M${MACHINE_ARCH}) 17.if !empty(SUPPORTED_CC:Mgcc) && !empty(STACKNOX_ARCHS:M${MACHINE_ARCH})
18SUBDIR+= stack_noexec 18SUBDIR+= stack_noexec