summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-25 11:08:50 +0000
committerpeter <peter@FreeBSD.org>2000-02-25 11:08:50 +0000
commitc262f0727bd2d7279e4a87574d6f47f7ef1cd71a (patch)
tree86e18af88b9f85b1258458e979a9330ec102e110 /etc/Makefile
parent1835252407d31c8d9de692d7f312b6f36d859978 (diff)
downloadFreeBSD-src-c262f0727bd2d7279e4a87574d6f47f7ef1cd71a.zip
FreeBSD-src-c262f0727bd2d7279e4a87574d6f47f7ef1cd71a.tar.gz
Ack! Time to get the pointy hat. Re-add missing / I left out.
Submitted by: John Hay <jhay@mikom.csir.co.za>
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index d3640e7..9e8da50 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -20,7 +20,7 @@ BIN1= aliases 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_OPENSSH)
+.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH)
BIN1+= ${.CURDIR}/../crypto/openssh/ssh_config \
${.CURDIR}/../crypto/openssh/sshd_config
.endif
OpenPOWER on IntegriCloud