diff options
author | 2002-03-10 06:52:16 +0000 | |
---|---|---|
committer | 2002-03-10 06:52:16 +0000 | |
commit | df161a15e45eb816ab911f5b0dc14c11f4992082 (patch) | |
tree | 296eacb69b139e289cec45a4532fec7ede724719 | |
parent | Add ra[0-9] hd[0-9] and rl[0-9] to drives matched by md_get_diskdevs. (diff) | |
download | wireguard-openbsd-df161a15e45eb816ab911f5b0dc14c11f4992082.tar.xz wireguard-openbsd-df161a15e45eb816ab911f5b0dc14c11f4992082.zip |
rdboot -> hdboot
-rw-r--r-- | sys/arch/vax/boot/xxboot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/vax/stand/xxboot/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/boot/xxboot/Makefile b/sys/arch/vax/boot/xxboot/Makefile index 75c87e7a86c..9c69452e26c 100644 --- a/sys/arch/vax/boot/xxboot/Makefile +++ b/sys/arch/vax/boot/xxboot/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2000/10/04 04:54:38 bjc Exp $ +# $OpenBSD: Makefile,v 1.3 2002/03/10 06:52:16 hugh Exp $ # $NetBSD: Makefile,v 1.2 1999/10/23 14:40:39 ragge Exp $ S=${.CURDIR}/../../../../ PROG= xxboot LINKS= ${BINDIR}/xxboot ${BINDIR}/raboot -LINKS+= ${BINDIR}/xxboot ${BINDIR}/rdboot +LINKS+= ${BINDIR}/xxboot ${BINDIR}/hdboot LINKS+= ${BINDIR}/xxboot ${BINDIR}/sdboot LINKS+= ${BINDIR}/xxboot ${BINDIR}/hpboot diff --git a/sys/arch/vax/stand/xxboot/Makefile b/sys/arch/vax/stand/xxboot/Makefile index 75c87e7a86c..9c69452e26c 100644 --- a/sys/arch/vax/stand/xxboot/Makefile +++ b/sys/arch/vax/stand/xxboot/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2000/10/04 04:54:38 bjc Exp $ +# $OpenBSD: Makefile,v 1.3 2002/03/10 06:52:16 hugh Exp $ # $NetBSD: Makefile,v 1.2 1999/10/23 14:40:39 ragge Exp $ S=${.CURDIR}/../../../../ PROG= xxboot LINKS= ${BINDIR}/xxboot ${BINDIR}/raboot -LINKS+= ${BINDIR}/xxboot ${BINDIR}/rdboot +LINKS+= ${BINDIR}/xxboot ${BINDIR}/hdboot LINKS+= ${BINDIR}/xxboot ${BINDIR}/sdboot LINKS+= ${BINDIR}/xxboot ${BINDIR}/hpboot |