From 3c0aeb7618a8235644b51dabe8c2f1d9c79b9a33 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 11 Mar 2006 08:51:16 +0000 Subject: [PATCH] Fix "make distribution" when just NO_CRYPT is defined. PR: misc/94309 Submitted by: Matthias Lederhofer MFC after: 3 days --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index 343e5e36d3aa..d1045f8d6281 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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