Build libscrypt in addition to libdescrypt if RELEASEDIR is set.

Releases do need both libraries (they go into different distributions).
This commit is contained in:
Joerg Wunsch 1996-01-24 21:32:46 +00:00
parent 1ce9bf88c3
commit 7c2f56cca5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13620

View File

@ -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)