diff options
Diffstat (limited to 'crypto/Makefile.am.tpl')
-rw-r--r-- | crypto/Makefile.am.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl index 0ace78a..d9ca553 100644 --- a/crypto/Makefile.am.tpl +++ b/crypto/Makefile.am.tpl | |||
@@ -61,6 +61,9 @@ if !HAVE_ARC4RANDOM_BUF | |||
61 | libcompat_la_SOURCES += compat/arc4random.c | 61 | libcompat_la_SOURCES += compat/arc4random.c |
62 | 62 | ||
63 | if !HAVE_GETENTROPY | 63 | if !HAVE_GETENTROPY |
64 | if HOST_FREEBSD | ||
65 | libcompat_la_SOURCES += compat/getentropy_freebsd.c | ||
66 | endif | ||
64 | if HOST_LINUX | 67 | if HOST_LINUX |
65 | libcompat_la_SOURCES += compat/getentropy_linux.c | 68 | libcompat_la_SOURCES += compat/getentropy_linux.c |
66 | endif | 69 | endif |
@@ -88,6 +91,7 @@ endif | |||
88 | 91 | ||
89 | noinst_HEADERS = des/ncbc_enc.c | 92 | noinst_HEADERS = des/ncbc_enc.c |
90 | noinst_HEADERS += compat/arc4random.h | 93 | noinst_HEADERS += compat/arc4random.h |
94 | noinst_HEADERS += compat/arc4random_freebsd.h | ||
91 | noinst_HEADERS += compat/arc4random_linux.h | 95 | noinst_HEADERS += compat/arc4random_linux.h |
92 | noinst_HEADERS += compat/arc4random_osx.h | 96 | noinst_HEADERS += compat/arc4random_osx.h |
93 | noinst_HEADERS += compat/arc4random_solaris.h | 97 | noinst_HEADERS += compat/arc4random_solaris.h |