diff options
author | Ron Yorston <rmy@pobox.com> | 2018-02-23 09:09:35 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-02-23 09:09:35 +0000 |
commit | 7288179d1218f8e0308455d4d58346aec268eb2e (patch) | |
tree | 9c5381f96accfd5c85d05f66e239ddce1557d4fd /win32/Kbuild | |
parent | f46f3503fca50bfb397ed32d805158099a416f64 (diff) | |
download | busybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.tar.gz busybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.tar.bz2 busybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.zip |
win32: make /dev/urandom more random
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index 8248c994f..00950e0f7 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -8,6 +8,7 @@ lib-$(CONFIG_PLATFORM_MINGW32) += env.o | |||
8 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o | 8 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o |
9 | lib-$(CONFIG_PLATFORM_MINGW32) += fsync.o | 9 | lib-$(CONFIG_PLATFORM_MINGW32) += fsync.o |
10 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o | 10 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o |
11 | lib-$(CONFIG_PLATFORM_MINGW32) += isaac.o | ||
11 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o | 12 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o |
12 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o | 13 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o |
13 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o | 14 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o |