diff --git a/lib/Makefile b/lib/Makefile index e923042c09d..511d1fc45e4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -19,6 +19,10 @@ SUBDIR+= libc libcompat libcom_err libcurses libedit \ SUBDIR+= libcrypt .else SUBDIR+= ../secure/lib/libcrypt +.if defined(RELEASEDIR) +# releases do need both libraries +SUBDIR+= libcrypt +.endif .endif .if !exists(../secure) || defined(NOSECURE)