From: W.C.A. Wijngaards Date: Thu, 30 Jan 2020 15:15:51 +0000 (+0100) Subject: - Add getentropy_freebsd.o to Makefile dependencies. X-Git-Tag: release-1.10.0rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4244e79ca9a8e4d5fae2057a99e318417a88e1b;p=thirdparty%2Funbound.git - Add getentropy_freebsd.o to Makefile dependencies. --- diff --git a/Makefile.in b/Makefile.in index 36e9b2f38..a20058cc2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1507,6 +1507,7 @@ snprintf.lo snprintf.o: $(srcdir)/compat/snprintf.c config.h strlcat.lo strlcat.o: $(srcdir)/compat/strlcat.c config.h strlcpy.lo strlcpy.o: $(srcdir)/compat/strlcpy.c config.h strptime.lo strptime.o: $(srcdir)/compat/strptime.c config.h +getentropy_freebsd.lo getentropy_freebsd.o: $(srcdir)/compat/getentropy_freebsd.c getentropy_linux.lo getentropy_linux.o: $(srcdir)/compat/getentropy_linux.c config.h getentropy_osx.lo getentropy_osx.o: $(srcdir)/compat/getentropy_osx.c getentropy_solaris.lo getentropy_solaris.o: $(srcdir)/compat/getentropy_solaris.c config.h diff --git a/doc/Changelog b/doc/Changelog index 2bf844243..4c215c3a5 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -13,6 +13,7 @@ a portable systemd service file. - updated .gitignore for added contrib file. - Add build rule for ipset to Makefile + - Add getentropy_freebsd.o to Makefile dependencies. 29 January 2020: Ralph - Merge PR#156 from Alexander Berkes; Added unbound-control