xref: /minix3/tests/crypto/libcrypto/conf/Makefile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.1 2009/02/13 20:58:14 jmmv Exp $
2*11be35a1SLionel Sambuc
3*11be35a1SLionel SambucHELPER_NAME=	conftest
4*11be35a1SLionel SambucHELPER_DIR=	conf
5*11be35a1SLionel SambucHELPER_SRCS=	test.c
6*11be35a1SLionel Sambuc
7*11be35a1SLionel SambucFILESDIR=	${TESTSDIR}
8*11be35a1SLionel SambucFILES=		d_conf_ssleay.cnf
9*11be35a1SLionel SambucFILES+=		d_conf.out
10*11be35a1SLionel Sambuc
11*11be35a1SLionel Sambuc.include <bsd.init.mk>
12