Fix "make distribution" when just NO_CRYPT is defined.

PR:		misc/94309
Submitted by:	Matthias Lederhofer
MFC after:	3 days
This commit is contained in:
ru 2006-03-11 08:51:16 +00:00
parent 4f370035b4
commit 0f40461c39

View File

@ -131,7 +131,7 @@ distribution:
.if !defined(NO_SENDMAIL)
cd ${.CURDIR}/sendmail; ${MAKE} distribution
.endif
.if !defined(NO_OPENSSL)
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
.if !defined(NO_OPENSSH)
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${SSH} ${DESTDIR}/etc/ssh