1 # $NetBSD: Makefile,v 1.5 2025/02/25 19:15:53 christos Exp $ 2 3 LIBISPRIVATE= yes 4 5 .include <bsd.own.mk> 6 7 LIB= tls 8 9 DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${LIB} 10 .PATH: ${DIST} 11 12 SRCS= \ 13 tls_bio_ops.c \ 14 tls_certkey.c \ 15 tls_client.c \ 16 tls_dane.c \ 17 tls_dh.c \ 18 tls_fprint.c \ 19 tls_level.c \ 20 tls_mgr.c \ 21 tls_misc.c \ 22 tls_prng_dev.c \ 23 tls_prng_egd.c \ 24 tls_prng_exch.c \ 25 tls_prng_file.c \ 26 tls_proxy_client_misc.c \ 27 tls_proxy_client_print.c \ 28 tls_proxy_client_scan.c \ 29 tls_proxy_clnt.c \ 30 tls_proxy_context_print.c \ 31 tls_proxy_context_scan.c \ 32 tls_proxy_server_print.c \ 33 tls_proxy_server_scan.c \ 34 tls_scache.c \ 35 tls_seed.c \ 36 tls_server.c \ 37 tls_session.c \ 38 tls_stream.c \ 39 tls_verify.c \ 40 tlsrpt_wrapper.c 41 42 .include <bsd.lib.mk> 43