cvs commit: src/secure/usr.bin/bdes Makefile bdes.1 bdes.c

Marius Strobl marius at alchemy.franken.de
Sat Jun 7 17:32:47 PDT 2003


On Mon, Jun 02, 2003 at 12:10:59PM -0700, Mark Murray wrote:
> markm       2003/06/02 12:10:59 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     secure/usr.bin/bdes  Makefile bdes.1 bdes.c 
>   Log:
>   Modernise. Use libcrypto instead of libcipher for DES.
>   

This one breaks NOOPENSSL builds, too.

Index: Makefile
===================================================================
RCS file: /usr/data/bsd/cvs/fbsd/src/secure/usr.bin/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	5 May 2003 07:58:44 -0000	1.22
+++ Makefile	7 Jun 2003 17:51:15 -0000
@@ -1,7 +1,7 @@
 # $FreeBSD: src/secure/usr.bin/Makefile,v 1.22 2003/05/05 07:58:44 markm Exp $
 
-SUBDIR= bdes
 .if !defined(NO_OPENSSL)
+SUBDIR+= bdes
 SUBDIR+=openssl
 .if !defined(NO_OPENSSH)
 SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan


More information about the cvs-all mailing list