Remove building with NOCRYPTO option
[minix3.git] / tests / lib / libpthread / dlopen / dso / Makefile
blob2a7cb2d0394dda476165f039e0d3be2241cd8fc2
1 # $NetBSD: Makefile,v 1.1 2013/03/21 16:50:21 christos Exp $
3 NOMAN= # defined
4 NOLINT= # defined
6 .include <bsd.own.mk>
8 LIB= h_pthread_dlopen
9 SRCS= h_pthread_dlopen.c
11 LDADD+=-latf-c -lpthread
13 LIBDIR= ${TESTSBASE}/lib/libpthread/dlopen
14 SHLIBDIR= ${TESTSBASE}/lib/libpthread/dlopen
15 SHLIB_MAJOR= 1
17 LIBISCXX= yes
18 LIBISMODULE= yes
20 .include <bsd.lib.mk>