diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2023-03-13 20:21:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2023-03-13 20:21:00 +0000 |
commit | 02d2c6c8e626a0e8cf40d9bbad4fd649b652c81b (patch) | |
tree | bd66ad210e9974623fec3651eb884fc720b15542 /sys/arch/alpha/stand | |
parent | e6be60772ab134ecd1e10a486b590395a4b22604 (diff) |
Switch alpha to new boot blocks.
Diffstat (limited to 'sys/arch/alpha/stand')
-rw-r--r-- | sys/arch/alpha/stand/Makefile | 6 |
1 files 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 |