summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/Makefile
blob: 3c09a2a57c82690e0cc50227104e92d70ecb3167 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.8 2000/11/08 16:01:24 art Exp $
#	$NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $

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

SUBDIR+= setnetbootinfo installboot

.include <bsd.subdir.mk>