xref: /netbsd-src/regress/libexec/Makefile (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
1#	$NetBSD: Makefile,v 1.2 2007/05/23 09:39:53 he Exp $
2
3.include <bsd.own.mk>
4
5.if (${MKPIC} != "no")
6SUBDIR+= ld.elf_so
7.endif
8
9.include <bsd.subdir.mk>
10