1# $OpenBSD: Makefile.inc,v 1.4 2019/12/23 15:03:46 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 random.c rbtree.c regional.c rtt.c tcp_conn_limit.c timehist.c tube.c \ 8 ub_event_pluggable.c util_log.c winsock_event.c 9 10util_log.c: 11 ln -s ${.CURDIR}/libunbound/util/log.c $@ 12 13CLEANFILES+= util_log.c 14