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
3b9c3f561c
commit
3c0aeb7618
@ -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…
Reference in New Issue
Block a user