Ack! Time to get the pointy hat. Re-add missing / I left out.

Submitted by:	John Hay <jhay@mikom.csir.co.za>
This commit is contained in:
Peter Wemm 2000-02-25 11:08:50 +00:00
parent fcc2171d89
commit 25cc400e37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57479

View File

@ -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