Module Name: src Committed By: christos Date: Tue Jan 28 15:00:43 UTC 2025
Modified Files: src/external/mpl/bind/bin/delv: Makefile Log Message: fix sun2 build. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mpl/bind/bin/delv/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mpl/bind/bin/delv/Makefile diff -u src/external/mpl/bind/bin/delv/Makefile:1.4 src/external/mpl/bind/bin/delv/Makefile:1.5 --- src/external/mpl/bind/bin/delv/Makefile:1.4 Sun Jan 26 11:24:31 2025 +++ src/external/mpl/bind/bin/delv/Makefile Tue Jan 28 10:00:43 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2025/01/26 16:24:31 christos Exp $ +# $NetBSD: Makefile,v 1.5 2025/01/28 15:00:43 christos Exp $ .include <bsd.init.mk> @@ -9,8 +9,8 @@ BINDIR= /usr/bin DIST=${IDIST}/bin/delv CPPFLAGS+= -I${DIST}/include -I${IDIST}/lib/irs/include CPPFLAGS+= -DSYSCONFDIR=\"${SYSCONFDIR}\" -LDADD+= -lisccfg -DPADD+= ${LIBIRS} ${LIBISCCFG} +LDADD+= -ldns -lisccfg +DPADD+= ${LIBDNS} ${LIBISCCFG} .PATH: ${DIST} ${IDIST}/doc/man