xref: /openbsd-src/regress/lib/libpthread/dlopen/Makefile (revision 42d9ae1fd82fcb5628ee0590bded5eb9a88e2a4e)
1# $OpenBSD: Makefile,v 1.1 2016/05/10 03:59:55 guenther Exp $
2
3PROG=	dlopen
4
5.include <bsd.regress.mk>
6
7# Don't link against libpthread
8LDADD=
9