xref: /netbsd-src/regress/libexec/Makefile (revision 0dd2f4778a219d2cc655bdacb2af45771f15b79f)
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