From 2bebbb5d78b01ba72808d51b46bfd45f10decd4a Mon Sep 17 00:00:00 2001 From: he Date: Tue, 10 Jun 2014 04:28:39 +0000 Subject: Fix static linking for the tests: -lrump is also used by -lrumpuser, so we also need -lrump after -lrumpuser. Fixes build for sun2. --- tests/libexec/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/libexec') 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 +.if ${MACHINE_ARCH} != "m68000" TESTS_SUBDIRS= ld.elf_so +.endif TESTSDIR= ${TESTSBASE}/libexec -- cgit