1# $NetBSD: Makefile,v 1.10 2023/12/23 20:30:46 christos Exp $ 2 3LIBISPRIVATE= yes 4 5.include <bsd.own.mk> 6 7LIB= global 8 9DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${LIB} 10.PATH: ${DIST} 11 12SRCS= \ 13abounce.c \ 14addr_match_list.c \ 15anvil_clnt.c \ 16attr_override.c \ 17been_here.c \ 18bounce.c \ 19bounce_log.c \ 20canon_addr.c \ 21cfg_parser.c \ 22cleanup_strerror.c \ 23cleanup_strflags.c \ 24clnt_stream.c \ 25compat_level.c \ 26config_known_tcp_ports.c \ 27conv_time.c \ 28data_redirect.c \ 29db_common.c \ 30debug_peer.c \ 31debug_process.c \ 32defer.c \ 33deliver_completed.c \ 34deliver_flock.c \ 35deliver_pass.c \ 36deliver_request.c \ 37delivered_hdr.c \ 38dict_ldap.c \ 39dict_memcache.c \ 40dict_mysql.c \ 41dict_pgsql.c \ 42dict_proxy.c \ 43dict_sqlite.c \ 44domain_list.c \ 45dot_lockfile.c \ 46dot_lockfile_as.c \ 47dsb_scan.c \ 48dsn.c \ 49dsn_buf.c \ 50dsn_filter.c \ 51dsn_mask.c \ 52dsn_print.c \ 53dsn_util.c \ 54dynamicmaps.c \ 55ehlo_mask.c \ 56ext_prop.c \ 57file_id.c \ 58flush_clnt.c \ 59fold_addr.c \ 60haproxy_srvr.c \ 61header_body_checks.c \ 62header_opts.c \ 63header_token.c \ 64hfrom_format.c \ 65info_log_addr_form.c \ 66input_transp.c \ 67int_filt.c \ 68is_header.c \ 69log_adhoc.c \ 70login_sender_match.c \ 71mail_addr.c \ 72mail_addr_crunch.c \ 73mail_addr_find.c \ 74mail_addr_form.c \ 75mail_addr_map.c \ 76mail_command_client.c \ 77mail_command_server.c \ 78mail_conf.c \ 79mail_conf_bool.c \ 80mail_conf_int.c \ 81mail_conf_long.c \ 82mail_conf_nbool.c \ 83mail_conf_nint.c \ 84mail_conf_raw.c \ 85mail_conf_str.c \ 86mail_conf_time.c \ 87mail_connect.c \ 88mail_copy.c \ 89mail_date.c \ 90mail_dict.c \ 91mail_error.c \ 92mail_flush.c \ 93mail_open_ok.c \ 94mail_params.c \ 95mail_parm_split.c \ 96mail_pathname.c \ 97mail_queue.c \ 98mail_run.c \ 99mail_scan_dir.c \ 100mail_stream.c \ 101mail_task.c \ 102mail_trigger.c \ 103mail_version.c \ 104maillog_client.c \ 105map_search.c \ 106maps.c \ 107mark_corrupt.c \ 108match_parent_style.c \ 109match_service.c \ 110mbox_conf.c \ 111mbox_open.c \ 112memcache_proto.c \ 113midna_adomain.c \ 114mime_state.c \ 115mkmap_proxy.c \ 116msg_stats_print.c \ 117msg_stats_scan.c \ 118mynetworks.c \ 119mypwd.c \ 120namadr_list.c \ 121normalize_mailhost_addr.c \ 122off_cvt.c \ 123opened.c \ 124own_inet_addr.c \ 125pipe_command.c \ 126post_mail.c \ 127quote_821_local.c \ 128quote_822_local.c \ 129quote_flags.c \ 130rcpt_buf.c \ 131rcpt_print.c \ 132rec2stream.c \ 133rec_attr_map.c \ 134rec_streamlf.c \ 135rec_type.c \ 136recdump.c \ 137recipient_list.c \ 138record.c \ 139reject_deliver_request.c \ 140remove.c \ 141resolve_clnt.c \ 142resolve_local.c \ 143rewrite_clnt.c \ 144safe_ultostr.c \ 145sasl_mech_filter.c \ 146scache.c \ 147scache_clnt.c \ 148scache_multi.c \ 149scache_single.c \ 150sent.c \ 151server_acl.c \ 152smtp_reply_footer.c \ 153smtp_stream.c \ 154smtputf8.c \ 155split_addr.c \ 156stream2rec.c \ 157string_list.c \ 158strip_addr.c \ 159sys_exits.c \ 160timed_ipc.c \ 161tok822_find.c \ 162tok822_node.c \ 163tok822_parse.c \ 164tok822_resolve.c \ 165tok822_rewrite.c \ 166tok822_tree.c \ 167trace.c \ 168user_acl.c \ 169uxtext.c \ 170valid_mailhost_addr.c \ 171verify.c \ 172verify_clnt.c \ 173verify_sender_addr.c \ 174verp_sender.c \ 175wildcard_inet_addr.c \ 176xtext.c 177 178.include <bsd.lib.mk> 179