Provide /rescue/cgdconfig if ${MKCRYPTO} != "no"
This commit is contained in:
parent
c0cb06d9b5
commit
e1375832e2
@ -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/[ base-rescue-root
|
||||||
./rescue/atactl base-rescue-root
|
./rescue/atactl base-rescue-root
|
||||||
./rescue/badsect base-rescue-root
|
./rescue/badsect base-rescue-root
|
||||||
@ -8,6 +8,7 @@
|
|||||||
./rescue/bzip2 base-rescue-root
|
./rescue/bzip2 base-rescue-root
|
||||||
./rescue/cat base-rescue-root
|
./rescue/cat base-rescue-root
|
||||||
./rescue/ccdconfig base-rescue-root
|
./rescue/ccdconfig base-rescue-root
|
||||||
|
./rescue/cgdconfig base-rescue-root crypto
|
||||||
./rescue/chgrp base-rescue-root
|
./rescue/chgrp base-rescue-root
|
||||||
./rescue/chio base-rescue-root
|
./rescue/chio base-rescue-root
|
||||||
./rescue/chmod base-rescue-root
|
./rescue/chmod base-rescue-root
|
||||||
|
@ -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 <bsd.own.mk>
|
||||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||||
@ -26,6 +26,10 @@ LISTS+= ${.CURDIR}/list.${f}
|
|||||||
LISTS+= ${.CURDIR}/list.inet6
|
LISTS+= ${.CURDIR}/list.inet6
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MKCRYPTO} != "no"
|
||||||
|
LISTS+= ${.CURDIR}/list.crypto
|
||||||
|
.endif
|
||||||
|
|
||||||
.if (${OBJECT_FMT} == "ELF")
|
.if (${OBJECT_FMT} == "ELF")
|
||||||
PARSELISTENV+= LDD_CMD=ldd_elf
|
PARSELISTENV+= LDD_CMD=ldd_elf
|
||||||
.else
|
.else
|
||||||
|
4
rescue/list.crypto
Normal file
4
rescue/list.crypto
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# $NetBSD: list.crypto,v 1.1 2005/01/10 10:04:31 lukem Exp $
|
||||||
|
|
||||||
|
PROG cgdconfig
|
||||||
|
LIBS -lcrypto
|
Loading…
Reference in New Issue
Block a user