summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-01-24 21:32:46 +0000
committerjoerg <joerg@FreeBSD.org>1996-01-24 21:32:46 +0000
commitabda50783b390d262e452d3d0bd56bc5ff31e466 (patch)
treefe17c57c50c557cc95773f933f5c76c3c6d41eda /lib/Makefile
parente7b9c377f822bc4d0b50421da4eccbe73e43678b (diff)
downloadFreeBSD-src-abda50783b390d262e452d3d0bd56bc5ff31e466.zip
FreeBSD-src-abda50783b390d262e452d3d0bd56bc5ff31e466.tar.gz
Build libscrypt in addition to libdescrypt if RELEASEDIR is set.
Releases do need both libraries (they go into different distributions).
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index e923042..511d1fc 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)
OpenPOWER on IntegriCloud