From 0dd2f4778a219d2cc655bdacb2af45771f15b79f Mon Sep 17 00:00:00 2001 From: he Date: Wed, 23 May 2007 09:39:53 +0000 Subject: [PATCH] Descending into ld.elf_so only makes sense if ${MKPIC} != "no". Fixes build for sun2. --- regress/libexec/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/regress/libexec/Makefile b/regress/libexec/Makefile index a417057d9072..6a0da02e4a8a 100644 --- a/regress/libexec/Makefile +++ b/regress/libexec/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2007/05/18 20:28:11 christos Exp $ +# $NetBSD: Makefile,v 1.2 2007/05/23 09:39:53 he Exp $ .include +.if (${MKPIC} != "no") SUBDIR+= ld.elf_so +.endif .include