1# $OpenBSD: Makefile.inc,v 1.2 2019/03/01 08:02:25 florian Exp $ 2 3.PATH: ${.CURDIR}/libunbound/sldns 4 5SRCS+= keyraw.c parseutil.c rrdef.c sbuffer.c sldns_parse.c str2wire.c \ 6 wire2str.c 7 8sldns_parse.c: 9 ln -s ${.CURDIR}/libunbound/sldns/parse.c $@ 10 11CLEANFILES+= sldns_parse.c 12