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

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026