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:
parent
4f370035b4
commit
0f40461c39
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user