svn commit: r204939 - head/secure/libexec

Doug Barton dougb at FreeBSD.org
Wed Mar 10 02:17:58 UTC 2010


Author: dougb
Date: Wed Mar 10 02:17:57 2010
New Revision: 204939
URL: http://svn.freebsd.org/changeset/base/204939

Log:
  Fix the build. The ssh-pkcs11-helper directory is empty, which is
  causing confusion.

Modified:
  head/secure/libexec/Makefile

Modified: head/secure/libexec/Makefile
==============================================================================
--- head/secure/libexec/Makefile	Wed Mar 10 02:16:04 2010	(r204938)
+++ head/secure/libexec/Makefile	Wed Mar 10 02:17:57 2010	(r204939)
@@ -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>


More information about the svn-src-head mailing list