From 6f4eb3eff0839ea6b2193c00f34dbf93813afab7 Mon Sep 17 00:00:00 2001 From: miod Date: Mon, 13 Mar 2023 20:20:59 +0000 Subject: [PATCH] Switch alpha to new boot blocks. --- sys/arch/alpha/stand/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/stand/Makefile b/sys/arch/alpha/stand/Makefile index 97e08de346e..7f3cfe36aa1 100644 --- a/sys/arch/alpha/stand/Makefile +++ b/sys/arch/alpha/stand/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2007/11/25 18:25:29 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2023/03/13 20:20:59 miod Exp $ # $NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $ +SUBDIR= nboot + .if ${MACHINE} == "alpha" -SUBDIR= boot bootxx netboot libsa libz +SUBDIR+= bootxx netboot libsa libz .endif SUBDIR+= setnetbootinfo installboot -- 2.20.1