xref: /openbsd/sys/arch/alpha/stand/Makefile (revision 771fbea0)
1#	$OpenBSD: Makefile,v 1.9 2007/11/25 18:25:29 deraadt Exp $
2#	$NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $
3
4.if ${MACHINE} == "alpha"
5SUBDIR=	boot bootxx netboot libsa libz
6.endif
7
8SUBDIR+= setnetbootinfo installboot
9
10.include <bsd.subdir.mk>
11