aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-02-25 11:08:50 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-02-25 11:08:50 +0000
commit25cc400e37ff87213223357b56d7fb9308f7be21 (patch)
tree9023e7501f30d4bced085e4ead8f48ab6f2fadc7 /etc/Makefile
parentfcc2171d89383547871addeb284f0799badf18f3 (diff)
downloadsrc-25cc400e37ff87213223357b56d7fb9308f7be21.tar.gz
src-25cc400e37ff87213223357b56d7fb9308f7be21.zip
Ack! Time to get the pointy hat. Re-add missing / I left out.
Submitted by: John Hay <jhay@mikom.csir.co.za>
Notes
Notes: svn path=/head/; revision=57479
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 d3640e755ca7..9e8da50f5ccf 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