From 0f40461c39d928918b81dabc8c55c0ae94797697 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 11 Mar 2006 08:51:16 +0000 Subject: 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 343e5e3..d1045f8 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 -- cgit v1.1