summaryrefslogtreecommitdiff
path: root/md5-crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'md5-crypt/Makefile')
-rw-r--r--md5-crypt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/md5-crypt/Makefile b/md5-crypt/Makefile
index aae6e8c216..6e88eb6053 100644
--- a/md5-crypt/Makefile
+++ b/md5-crypt/Makefile
@@ -45,6 +45,8 @@ ifeq ($(crypt-in-libc),yes)
routines += $(libcrypt-routines)
endif
+$(objpfx)md5test: $(objpfx)md5.o
+
include ../Rules
ifeq ($(build-shared),yes)