diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-10 02:17:57 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-10 02:17:57 +0000 |
commit | 35111cb336b2af7adcacdcb1d3645530966b4625 (patch) | |
tree | 29599e8a6743e1add96b56e436b55e233689c106 /secure | |
parent | e9f05740bf83ffacf5d4c8258e83c33c8465bf03 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | secure/libexec/Makefile | 2 |
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> |