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

This commit is contained in:
lukem 2005-01-10 10:04:31 +00:00
parent c0cb06d9b5
commit e1375832e2
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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.${f}
LISTS+= ${.CURDIR}/list.inet6
.endif
.if ${MKCRYPTO} != "no"
LISTS+= ${.CURDIR}/list.crypto
.endif
.if (${OBJECT_FMT} == "ELF")
PARSELISTENV+= LDD_CMD=ldd_elf
.else

4
rescue/list.crypto Normal file
View File

@ -0,0 +1,4 @@
# $NetBSD: list.crypto,v 1.1 2005/01/10 10:04:31 lukem Exp $
PROG cgdconfig
LIBS -lcrypto