mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
17 lines
348 B
Makefile
17 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
OBJTOP= ${.OBJDIR:H:H:H:H:H}
|
|
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen/dso
|
|
|
|
SHLIB= h_pthread_dlopen
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_NAME= h_pthread_dlopen.so.${SHLIB_MAJOR}
|
|
SRCS= h_pthread_dlopen.c
|
|
|
|
LIBADD+= pthread
|
|
|
|
LIBDIR= ${TESTSBASE}/lib/libthr/dlopen
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.lib.mk>
|