diff options
author | des <des@FreeBSD.org> | 2010-03-10 11:33:15 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2010-03-10 11:33:15 +0000 |
commit | 42dc39ae95f85b0f1bedbdfa406342f9ac3e4fcc (patch) | |
tree | 6bb0d75c11205f739bdd222d252cde4145303c36 /secure | |
parent | 669390562f4455fc569af410971421559e1442a7 (diff) | |
download | FreeBSD-src-42dc39ae95f85b0f1bedbdfa406342f9ac3e4fcc.zip FreeBSD-src-42dc39ae95f85b0f1bedbdfa406342f9ac3e4fcc.tar.gz |
Revert r204939
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 1c3ee01..0c680e4 100644 --- a/secure/libexec/Makefile +++ b/secure/libexec/Makefile @@ -4,7 +4,7 @@ SUBDIR= .if ${MK_OPENSSH} != "no" -SUBDIR+=sftp-server ssh-keysign +SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper .endif .include <bsd.subdir.mk> |