diff options
Diffstat (limited to 'sys/arch/vax/stand/xxboot/Makefile')
-rw-r--r-- | sys/arch/vax/stand/xxboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |