summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/Makefile
blob: 6ff6d5151a64092c66ef4ccd313dfe2a4d261240 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.13 2014/07/13 21:18:44 jasper Exp $
#	$NetBSD: Makefile,v 1.21 1999/03/06 16:36:04 ragge Exp $
#

.if ${MACHINE} == "vax"
SUBDIR=	boot xxboot
.endif

.include <bsd.subdir.mk>