diff options
| author | he <he@NetBSD.org> | 2014-06-10 04:28:39 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2014-06-10 04:28:39 +0000 |
| commit | 2bebbb5d78b01ba72808d51b46bfd45f10decd4a (patch) | |
| tree | 3db7fad0505ba9ac9cac52ff5ddfeff0c9f4b5ee /tests/libexec | |
| parent | 79dda5b251141b0055d88c1a57a2d3e57e8d135e (diff) | |
Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.
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 |
