Add blowfish and sha256 source files to more Makefiles.
diff --git a/src/Make_sas.mak b/src/Make_sas.mak
index 7cbb888..ff678d1 100644
--- a/src/Make_sas.mak
+++ b/src/Make_sas.mak
@@ -89,6 +89,7 @@
PROPT = DEF=PROTO GPROTO GPPARM MAXIMUMERRORS=999 GENPROTOSTATICS GENPROTOPARAMETERS
SRC = \
+ blowfish.c \
buffer.c \
charset.c \
diff.c \
@@ -124,6 +125,7 @@
regexp.c \
screen.c \
search.c \
+ sha256.c \
spell.c \
syntax.c \
tag.c \
@@ -134,6 +136,7 @@
version.c
OBJ = \
+ blowfish.o \
buffer.o \
charset.o \
diff.o \
@@ -169,6 +172,7 @@
regexp.o \
screen.o \
search.o \
+ sha256.o \
spell.o \
syntax.o \
tag.o \