Signed-off-by: geraldo netto <geraldone...@gmail.com>
---
 Makefile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 8dd2371..cc80d2d 100644
--- a/Makefile
+++ b/Makefile
@@ -1733,13 +1733,14 @@ else
 musl += fenv/fenv.o
 endif
 
-musl += crypt/crypt_blowfish.o
-musl += crypt/crypt.o
-musl += crypt/crypt_des.o
-musl += crypt/crypt_md5.o
-musl += crypt/crypt_r.o
-musl += crypt/crypt_sha256.o
-musl += crypt/crypt_sha512.o
+libc += crypt/crypt_blowfish.o
+libc += crypt/crypt_des.o
+libc += crypt/crypt_md5.o
+libc += crypt/crypt_sha256.o
+libc += crypt/crypt_sha512.o
+libc += crypt/encrypt.o
+libc += crypt/crypt.o
+libc += crypt/crypt_r.o
 
 #include $(src)/fs/build.mk:
 
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to