Add to /rescue: scp ssh slogin
(all without Kerberos support at this time)
This commit is contained in:
parent
44173303af
commit
242baa62bd
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: rescue.mi,v 1.8 2005/01/10 10:04:31 lukem Exp $
|
# $NetBSD: rescue.mi,v 1.9 2005/01/10 10:47:36 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
|
||||||
@ -111,12 +111,15 @@
|
|||||||
./rescue/rrestore base-rescue-root
|
./rescue/rrestore base-rescue-root
|
||||||
./rescue/rtsol base-rescue-root inet6
|
./rescue/rtsol base-rescue-root inet6
|
||||||
./rescue/savecore base-rescue-root
|
./rescue/savecore base-rescue-root
|
||||||
|
./rescue/scp base-rescue-root crypto
|
||||||
./rescue/scsictl base-rescue-root
|
./rescue/scsictl base-rescue-root
|
||||||
./rescue/setkey base-rescue-root
|
./rescue/setkey base-rescue-root
|
||||||
./rescue/sh base-rescue-root
|
./rescue/sh base-rescue-root
|
||||||
./rescue/shutdown base-rescue-root
|
./rescue/shutdown base-rescue-root
|
||||||
./rescue/slattach base-rescue-root
|
./rescue/slattach base-rescue-root
|
||||||
./rescue/sleep base-rescue-root
|
./rescue/sleep base-rescue-root
|
||||||
|
./rescue/slogin base-rescue-root crypto
|
||||||
|
./rescue/ssh base-rescue-root crypto
|
||||||
./rescue/stty base-rescue-root
|
./rescue/stty base-rescue-root
|
||||||
./rescue/swapctl base-rescue-root
|
./rescue/swapctl base-rescue-root
|
||||||
./rescue/swapon base-rescue-root
|
./rescue/swapon base-rescue-root
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.15 2005/01/10 10:05:44 lukem Exp $
|
# $NetBSD: Makefile,v 1.16 2005/01/10 10:47:36 lukem Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||||
@ -14,7 +14,6 @@ LISTS= ${.CURDIR}/list
|
|||||||
TARGETDIR= ${DESTDIR}/rescue
|
TARGETDIR= ${DESTDIR}/rescue
|
||||||
PARSELISTENV+= TARGETDIR=${TARGETDIR:Q}
|
PARSELISTENV+= TARGETDIR=${TARGETDIR:Q}
|
||||||
|
|
||||||
|
|
||||||
.for f in bim edlabel fdisk ldconfig pdisk
|
.for f in bim edlabel fdisk ldconfig pdisk
|
||||||
PROG_${f}!= cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG
|
PROG_${f}!= cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG
|
||||||
.if (${PROG_${f}} != "")
|
.if (${PROG_${f}} != "")
|
||||||
@ -28,6 +27,7 @@ LISTS+= ${.CURDIR}/list.inet6
|
|||||||
|
|
||||||
.if ${MKCRYPTO} != "no"
|
.if ${MKCRYPTO} != "no"
|
||||||
LISTS+= ${.CURDIR}/list.crypto
|
LISTS+= ${.CURDIR}/list.crypto
|
||||||
|
CRUNCHENV+= MKKERBEROS=no # for ssh
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${OBJECT_FMT} == "ELF")
|
.if (${OBJECT_FMT} == "ELF")
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
# $NetBSD: list.crypto,v 1.1 2005/01/10 10:04:31 lukem Exp $
|
# $NetBSD: list.crypto,v 1.2 2005/01/10 10:47:36 lukem Exp $
|
||||||
|
|
||||||
PROG cgdconfig
|
PROG cgdconfig
|
||||||
LIBS -lcrypto
|
|
||||||
|
SRCDIRS usr.bin/ssh
|
||||||
|
PROG scp
|
||||||
|
PROG ssh slogin
|
||||||
|
|
||||||
|
LIBS -lssh -lcrypto
|
||||||
|
Loading…
Reference in New Issue
Block a user