summary refs log tree commit diff
path: root/crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/Makefile')
-rw-r--r--crypt/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/crypt/Makefile b/crypt/Makefile
index 575221a1c5..af088f1e6c 100644
--- a/crypt/Makefile
+++ b/crypt/Makefile
@@ -23,15 +23,17 @@ subdir	:= crypt
 
 headers := crypt.h
 
+distribute := md5.h
+
 extra-libs := libcrypt
 extra-libs-others := $(extra-libs)
 
 libcrypt-routines := crypt-entry md5-crypt md5 crypt crypt_util
 
-tests := cert md5test md5c-test
+tests = cert md5test md5c-test
 
-distribute := ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
-	      Banner md5.h
+distribute = ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
+	     Banner md5.h
 
 include ../Makeconfig