1*4724848cSchristos# $NetBSD: Makefile,v 1.1.1.1 2023/04/18 14:19:16 christos Exp $ 2*4724848cSchristos 3*4724848cSchristosLIBISPRIVATE= yes 4*4724848cSchristosLIB= cryptotest 5*4724848cSchristos 6*4724848cSchristosWARNS?= 5 7*4724848cSchristos 8*4724848cSchristos.include <bsd.init.mk> 9*4724848cSchristos 10*4724848cSchristosCRYPTODIST= ${NETBSDSRCDIR}/crypto 11*4724848cSchristos.include "${NETBSDSRCDIR}/crypto/Makefile.openssl" 12*4724848cSchristos.PATH: ${OPENSSLSRC}/test/testutil 13*4724848cSchristosCPPFLAGS+= -I${OPENSSLSRC}/include 14*4724848cSchristos 15*4724848cSchristosSRCS+= tests.c format_output.c output_helpers.c basic_output.c stanza.c 16*4724848cSchristosSRCS+= main.c tap_bio.c driver.c test_cleanup.c cb.c random.c testutil_init.c 17*4724848cSchristos 18*4724848cSchristos.include <bsd.lib.mk> 19