xref: /openbsd/regress/libexec/ld.so/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.10 2009/02/17 16:40:51 jsing Exp $
2
3SUBDIR+= elf hidden weak dlsym dlopen dlclose lazy
4#SUBDIR+= constructor
5SUBDIR+= link-order edgecases
6
7install:
8
9.include <bsd.subdir.mk>
10