Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / lib / util / Makefile
blob1591126b0f26f1bec015299fef3971f6f59b8bc0
1 # $NetBSD: Makefile,v 1.1 2009/06/23 15:02:56 tron Exp $
3 LIBISPRIVATE= yes
5 .include <bsd.own.mk>
7 LIB= util
9 DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${LIB}
10 .PATH: ${DIST}
12 SRCS= alldig.c allprint.c argv.c argv_split.c attr_clnt.c attr_print0.c \
13 attr_print64.c attr_print_plain.c attr_scan0.c attr_scan64.c \
14 attr_scan_plain.c auto_clnt.c base64_code.c basename.c binhash.c \
15 chroot_uid.c cidr_match.c clean_env.c close_on_exec.c concatenate.c \
16 ctable.c dict.c dict_alloc.c dict_cdb.c dict_cidr.c dict_db.c \
17 dict_dbm.c dict_debug.c dict_env.c dict_ht.c dict_ni.c dict_nis.c \
18 dict_nisplus.c dict_open.c dict_pcre.c dict_regexp.c dict_sdbm.c \
19 dict_static.c dict_tcp.c dict_unix.c dir_forest.c doze.c dummy_read.c \
20 dummy_write.c duplex_pipe.c environ.c events.c exec_command.c \
21 fifo_listen.c fifo_trigger.c file_limit.c find_inet.c fsspace.c \
22 fullname.c get_domainname.c get_hostname.c hex_code.c hex_quote.c \
23 host_port.c htable.c inet_addr_host.c inet_addr_list.c \
24 inet_addr_local.c inet_connect.c inet_listen.c inet_proto.c \
25 inet_trigger.c line_wrap.c lowercase.c lstat_as.c mac_expand.c \
26 mac_parse.c make_dirs.c mask_addr.c match_list.c match_ops.c msg.c \
27 msg_output.c msg_syslog.c msg_vstream.c mvect.c myaddrinfo.c myflock.c \
28 mymalloc.c myrand.c mystrtok.c name_code.c name_mask.c netstring.c \
29 neuter.c non_blocking.c nvtable.c open_as.c open_limit.c open_lock.c \
30 peekfd.c percentm.c posix_signals.c printable.c rand_sleep.c \
31 read_wait.c readable.c readlline.c ring.c safe_getenv.c safe_open.c \
32 sane_accept.c sane_connect.c sane_link.c sane_rename.c \
33 sane_socketpair.c sane_time.c scan_dir.c set_eugid.c set_ugid.c \
34 sigdelay.c skipblanks.c sock_addr.c spawn_command.c split_at.c \
35 split_nameval.c stat_as.c strcasecmp.c stream_connect.c \
36 stream_listen.c stream_recv_fd.c stream_send_fd.c stream_trigger.c \
37 sys_compat.c timed_connect.c timed_read.c timed_wait.c timed_write.c \
38 translit.c trimblanks.c unescape.c unix_connect.c unix_listen.c \
39 unix_recv_fd.c unix_send_fd.c unix_trigger.c unsafe.c uppercase.c \
40 username.c valid_hostname.c vbuf.c vbuf_print.c vstream.c \
41 vstream_popen.c vstring.c vstring_vstream.c watchdog.c writable.c \
42 write_buf.c write_wait.c sane_basename.c format_tv.c allspace.c \
43 allascii.c load_file.c killme_after.c vstream_tweak.c upass_listen.c \
44 upass_trigger.c upass_connect.c edit_file.c inet_windowsize.c
46 COPTS.unix_recv_fd.c = -Wno-stack-protector
47 COPTS.unix_send_fd.c = -Wno-stack-protector
49 .include <bsd.lib.mk>