From 32202de70d19edcee1d5b7d1e4d99b493bd64240 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Wed, 10 Mar 2010 02:17:57 +0000 Subject: [PATCH] Fix the build. The ssh-pkcs11-helper directory is empty, which is causing confusion. --- secure/libexec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile index 0c680e4d7b9..1c3ee015a5e 100644 --- a/secure/libexec/Makefile +++ b/secure/libexec/Makefile @@ -4,7 +4,7 @@ SUBDIR= .if ${MK_OPENSSH} != "no" -SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper +SUBDIR+=sftp-server ssh-keysign .endif .include