# $NetBSD: Makefile,v 1.5 2003/07/24 14:22:58 itojun Exp $ NOMAN= # defined PROG= threadstest SRCS= mttest.c DPADD+= ${LIBSSL} ${LIBCRYPTO} LDADD+= -lssl -lcrypto regress: ${PROG} @echo "==> running ${PROG}" @./${PROG} .include .PATH: ${OPENSSLSRC}/crypto/threads