diff options
Diffstat (limited to 'md5-crypt')
-rw-r--r-- | md5-crypt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/md5-crypt/Makefile b/md5-crypt/Makefile index aae6e8c..6e88eb6 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) |