Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin Under MKCRYPTO != no, also build bdes.



details:   https://anonhg.NetBSD.org/src/rev/7ba602bdde2e
branches:  trunk
changeset: 494102:7ba602bdde2e
user:      he <he%NetBSD.org@localhost>
date:      Sat Jul 01 20:27:11 2000 +0000

description:
Under MKCRYPTO != no, also build bdes.

diffstat:

 usr.bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 95cd763beef1 -r 7ba602bdde2e usr.bin/Makefile
--- a/usr.bin/Makefile  Sat Jul 01 20:03:44 2000 +0000
+++ b/usr.bin/Makefile  Sat Jul 01 20:27:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.110 2000/06/23 06:01:15 thorpej Exp $
+#      $NetBSD: Makefile,v 1.111 2000/07/01 20:27:11 he Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -29,7 +29,7 @@
 .if (${MKCRYPTO} != "no")
 SUBDIR+= openssl
 
-SUBDIR+= compile_et kdestroy kf kinit klist kpasswd mk_cmds string2key
+SUBDIR+= bdes compile_et kdestroy kf kinit klist kpasswd mk_cmds string2key
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index