mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 17:10:34 -04:00
54 lines
2.7 KiB
Makefile
54 lines
2.7 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2013/09/25 19:25:08 tron Exp $
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= util
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/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 killme_after.c vstream_tweak.c edit_file.c \
|
|
inet_windowsize.c unix_pass_fd_fix.c dict_cache.c dict_thash.c \
|
|
ip_match.c nbbio.c valid_utf_8.c myrand.c base32_code.c dict_fail.c \
|
|
dict_surrogate.c dict_test.c msg_rate_delay.c warn_stat.c \
|
|
dict_sockmap.c line_number.c pass_accept.c pass_trigger.c \
|
|
recv_pass_attr.c
|
|
|
|
COPTS.unix_recv_fd.c = -Wno-stack-protector
|
|
COPTS.unix_send_fd.c = -Wno-stack-protector
|
|
|
|
.include <bsd.lib.mk>
|