1# $OpenBSD: Makefile.inc,v 1.6 2023/09/05 15:44:02 florian Exp $ 2 3.PATH: ${.CURDIR}/libunbound/util 4 5SRCS+= alloc.c as112.c config_file.c configlexer.c configparser.y edns.c \ 6 fptr_wlist.c locks.c mini_event.c module.c net_help.c netevent.c \ 7 proxy_protocol.c random.c rbtree.c regional.c rfc_1982.c rtt.c siphash.c \ 8 tcp_conn_limit.c timehist.c timeval_func.c tube.c ub_event_pluggable.c \ 9 util_log.c winsock_event.c 10 11util_log.c: 12 ln -s ${.CURDIR}/libunbound/util/log.c $@ 13 14CLEANFILES+= util_log.c 15