From 25cc400e37ff87213223357b56d7fb9308f7be21 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 25 Feb 2000 11:08:50 +0000 Subject: [PATCH] Ack! Time to get the pointy hat. Re-add missing / I left out. Submitted by: John Hay --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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