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