From e787242892b04eb4ffaabef9bb9e626c4efb0a23 Mon Sep 17 00:00:00 2001 From: danbi Date: Sat, 3 May 2014 21:54:37 +0300 Subject: [PATCH] Update makefile.bsd Needs to request compile of script.cpp and hash/groestl.c too. --- src/makefile.bsd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/makefile.bsd b/src/makefile.bsd index 10a6e66..a79d1ab 100644 --- a/src/makefile.bsd +++ b/src/makefile.bsd @@ -131,6 +131,8 @@ OBJS= \ obj/noui.o \ obj/kernel.o \ obj/pbkdf2.o \ + hash/groestl.o \ + obj/scrypt.o \ obj/scrypt_mine.o \ obj/scrypt-x86.o \ obj/scrypt-x86_64.o