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:
Ruslan Ermilov 2006-03-11 08:51:16 +00:00
parent 3b9c3f561c
commit 3c0aeb7618
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156567

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