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> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"