Source-Changes-HG archive

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

[src/trunk]: src Provide /rescue/cgdconfig if ${MKCRYPTO} != "no"



details:   https://anonhg.NetBSD.org/src/rev/034b7f095aca
branches:  trunk
changeset: 572686:034b7f095aca
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jan 10 10:04:31 2005 +0000

description:
Provide /rescue/cgdconfig if ${MKCRYPTO} != "no"

diffstat:

 distrib/sets/lists/base/rescue.mi |  3 ++-
 rescue/Makefile                   |  6 +++++-
 rescue/list.crypto                |  4 ++++
 3 files changed, 11 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 4f1b5044ec95 -r 034b7f095aca distrib/sets/lists/base/rescue.mi
--- a/distrib/sets/lists/base/rescue.mi Mon Jan 10 09:51:33 2005 +0000
+++ b/distrib/sets/lists/base/rescue.mi Mon Jan 10 10:04:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rescue.mi,v 1.7 2005/01/10 09:53:00 lukem Exp $
+# $NetBSD: rescue.mi,v 1.8 2005/01/10 10:04:31 lukem Exp $
 ./rescue/[                                     base-rescue-root
 ./rescue/atactl                                        base-rescue-root
 ./rescue/badsect                               base-rescue-root
@@ -8,6 +8,7 @@
 ./rescue/bzip2                                 base-rescue-root
 ./rescue/cat                                   base-rescue-root
 ./rescue/ccdconfig                             base-rescue-root
+./rescue/cgdconfig                             base-rescue-root        crypto
 ./rescue/chgrp                                 base-rescue-root
 ./rescue/chio                                  base-rescue-root
 ./rescue/chmod                                 base-rescue-root
diff -r 4f1b5044ec95 -r 034b7f095aca rescue/Makefile
--- a/rescue/Makefile   Mon Jan 10 09:51:33 2005 +0000
+++ b/rescue/Makefile   Mon Jan 10 10:04:31 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2005/01/10 04:00:50 lukem Exp $
+#      $NetBSD: Makefile,v 1.14 2005/01/10 10:04:31 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -26,6 +26,10 @@
 LISTS+=                ${.CURDIR}/list.inet6
 .endif
 
+.if ${MKCRYPTO} != "no"
+LISTS+=                ${.CURDIR}/list.crypto
+.endif
+
 .if (${OBJECT_FMT} == "ELF")
 PARSELISTENV+= LDD_CMD=ldd_elf
 .else
diff -r 4f1b5044ec95 -r 034b7f095aca rescue/list.crypto
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/rescue/list.crypto        Mon Jan 10 10:04:31 2005 +0000
@@ -0,0 +1,4 @@
+#      $NetBSD: list.crypto,v 1.1 2005/01/10 10:04:31 lukem Exp $
+
+PROG   cgdconfig
+LIBS   -lcrypto



Home | Main Index | Thread Index | Old Index