1# $OpenBSD: Makefile,v 1.10 2023/03/13 20:20:59 miod Exp $ 2# $NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $ 3 4SUBDIR= nboot 5 6.if ${MACHINE} == "alpha" 7SUBDIR+= bootxx netboot libsa libz 8.endif 9 10SUBDIR+= setnetbootinfo installboot 11 12.include <bsd.subdir.mk> 13