summaryrefslogtreecommitdiffstats
path: root/secure/libexec
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-10 02:17:57 +0000
committerdougb <dougb@FreeBSD.org>2010-03-10 02:17:57 +0000
commit35111cb336b2af7adcacdcb1d3645530966b4625 (patch)
tree29599e8a6743e1add96b56e436b55e233689c106 /secure/libexec
parente9f05740bf83ffacf5d4c8258e83c33c8465bf03 (diff)
downloadFreeBSD-src-35111cb336b2af7adcacdcb1d3645530966b4625.zip
FreeBSD-src-35111cb336b2af7adcacdcb1d3645530966b4625.tar.gz
Fix the build. The ssh-pkcs11-helper directory is empty, which is
causing confusion.
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index 0c680e4..1c3ee01 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 <bsd.subdir.mk>
OpenPOWER on IntegriCloud