xref: /openbsd/regress/lib/libpthread/dlopen/Makefile (revision 4cfece93)
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