summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/stand/Makefile')
-rw-r--r--sys/arch/vax/stand/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/vax/stand/Makefile b/sys/arch/vax/stand/Makefile
index 50a4c81d7c4..d3fd0817120 100644
--- a/sys/arch/vax/stand/Makefile
+++ b/sys/arch/vax/stand/Makefile
@@ -1,6 +1,9 @@
-# $OpenBSD: Makefile,v 1.11 2000/04/27 02:26:18 bjc Exp $
+# $OpenBSD: Makefile,v 1.12 2000/05/25 21:55:09 deraadt 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>