summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/Makefile
blob: 97e08de346e6288beaf7b29acb78e8d49af261ab (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.9 2007/11/25 18:25:29 deraadt Exp $
#	$NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $

.if ${MACHINE} == "alpha"
SUBDIR=	boot bootxx netboot libsa libz
.endif

SUBDIR+= setnetbootinfo installboot

.include <bsd.subdir.mk>