aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-09-18 16:35:43 +0000
committerMark Murray <markm@FreeBSD.org>2003-09-18 16:35:43 +0000
commit9e9c5a9dc14551c6d675eced7b9085ccd8734d66 (patch)
tree0866d65a53a66a9838528beb46c55c3c4064ec94 /etc
parenta0503c278dd0efac089f58563fc535104450eced (diff)
downloadsrc-9e9c5a9dc14551c6d675eced7b9085ccd8734d66.tar.gz
src-9e9c5a9dc14551c6d675eced7b9085ccd8734d66.zip
Remove excess paranoia. There is no need to chech for the crypto/ dir
any more, and this check has been removed elsewhere.
Notes
Notes: svn path=/head/; revision=120202
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index fb72fe462362..8cc4d9e71fe8 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -20,7 +20,7 @@ BIN1= amd.map apmd.conf auth.conf \
${.CURDIR}/../usr.bin/mail/misc/mail.rc \
${.CURDIR}/../usr.bin/locate/locate/locate.rc
-.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
+.if !defined(NO_OPENSSL)
.if !defined(NO_OPENSSH)
SSH= ${.CURDIR}/../crypto/openssh/ssh_config \
${.CURDIR}/../crypto/openssh/sshd_config \
@@ -82,7 +82,7 @@ distribution:
.if !defined(NO_SENDMAIL)
cd ${.CURDIR}/sendmail; ${MAKE} distribution
.endif
-.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
+.if !defined(NO_OPENSSL)
.if !defined(NO_OPENSSH)
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${SSH} ${DESTDIR}/etc/ssh