diff options
Diffstat (limited to 'regress/sys/kern/nxheap-mprotect/Makefile')
-rw-r--r-- | regress/sys/kern/nxheap-mprotect/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/regress/sys/kern/nxheap-mprotect/Makefile b/regress/sys/kern/nxheap-mprotect/Makefile deleted file mode 100644 index 48aa0547e73..00000000000 --- a/regress/sys/kern/nxheap-mprotect/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2002/08/27 16:37:42 matthieu Exp $ - -.if ${MACHINE} == "sparc64" || ${MACHINE} == "sparc" || \ - ${MACHINE} == "alpha" || ${MACHINE} == "macppc" || \ - ${MACHINE} == "mvmeppc" || ${MACHINE} == "i386" || \ - ${MACHINE} == "hppa" - -PROG= nxheap-mprotect -LDSTATIC= ${STATIC} - -.else -REGRESSTARGETS= # this architecture has no test for this -.endif - -.include <bsd.regress.mk> |