From a4244e79ca9a8e4d5fae2057a99e318417a88e1b Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 30 Jan 2020 16:15:51 +0100 Subject: [PATCH] - Add getentropy_freebsd.o to Makefile dependencies. --- Makefile.in | 1 + doc/Changelog | 1 + 2 files changed, 2 insertions(+) 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 -- 2.47.3