diff options
Diffstat (limited to 'md5-crypt/Makefile')
-rw-r--r-- | md5-crypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/md5-crypt/Makefile b/md5-crypt/Makefile index 84ec20c5a3..aae6e8c216 100644 --- a/md5-crypt/Makefile +++ b/md5-crypt/Makefile @@ -32,9 +32,10 @@ extra-libs-others := $(extra-libs) md5-routines := crypt-entry md5-crypt md5 libcrypt-routines := $(md5-routines) +libcrypt-map := libcrypt.map onlymd5-routines := onlymd5-entry md5-crypt md5 -distribute += onlymd5-entry +distribute += onlymd5-entry.c include ../Makeconfig |