From: miod Date: Mon, 13 Mar 2023 20:20:59 +0000 (+0000) Subject: Switch alpha to new boot blocks. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6f4eb3eff0839ea6b2193c00f34dbf93813afab7;p=openbsd Switch alpha to new boot blocks. --- 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