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/atactl base-rescue-root
|
||||
./rescue/badsect base-rescue-root
|
||||
@ -111,12 +111,15 @@
|
||||
./rescue/rrestore base-rescue-root
|
||||
./rescue/rtsol base-rescue-root inet6
|
||||
./rescue/savecore base-rescue-root
|
||||
./rescue/scp base-rescue-root crypto
|
||||
./rescue/scsictl base-rescue-root
|
||||
./rescue/setkey base-rescue-root
|
||||
./rescue/sh base-rescue-root
|
||||
./rescue/shutdown base-rescue-root
|
||||
./rescue/slattach 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/swapctl 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 "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -14,7 +14,6 @@ LISTS= ${.CURDIR}/list
|
||||
TARGETDIR= ${DESTDIR}/rescue
|
||||
PARSELISTENV+= TARGETDIR=${TARGETDIR:Q}
|
||||
|
||||
|
||||
.for f in bim edlabel fdisk ldconfig pdisk
|
||||
PROG_${f}!= cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG
|
||||
.if (${PROG_${f}} != "")
|
||||
@ -28,6 +27,7 @@ LISTS+= ${.CURDIR}/list.inet6
|
||||
|
||||
.if ${MKCRYPTO} != "no"
|
||||
LISTS+= ${.CURDIR}/list.crypto
|
||||
CRUNCHENV+= MKKERBEROS=no # for ssh
|
||||
.endif
|
||||
|
||||
.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
|
||||
LIBS -lcrypto
|
||||
|
||||
SRCDIRS usr.bin/ssh
|
||||
PROG scp
|
||||
PROG ssh slogin
|
||||
|
||||
LIBS -lssh -lcrypto
|
||||
|
Loading…
Reference in New Issue
Block a user