diff options
Diffstat (limited to 'tests/libexec')
| -rw-r--r-- | tests/libexec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/libexec/Makefile b/tests/libexec/Makefile index fbda4bc1806..5a046dcaba8 100644 --- a/tests/libexec/Makefile +++ b/tests/libexec/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2011/06/11 18:03:19 christos Exp $ +# $NetBSD: Makefile,v 1.4 2014/06/10 04:28:39 he Exp $ # .include "Makefile.inc" .include <bsd.own.mk> +.if ${MACHINE_ARCH} != "m68000" TESTS_SUBDIRS= ld.elf_so +.endif TESTSDIR= ${TESTSBASE}/libexec |
