Descending into ld.elf_so only makes sense if ${MKPIC} != "no".

Fixes build for sun2.
This commit is contained in:
he 2007-05-23 09:39:53 +00:00
parent dad9937fa5
commit 0dd2f4778a

View File

@ -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 <bsd.own.mk>
.if (${MKPIC} != "no")
SUBDIR+= ld.elf_so
.endif
.include <bsd.subdir.mk>