diff options
Diffstat (limited to 'sys/arch/vax/boot/Makefile')
-rw-r--r-- | sys/arch/vax/boot/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/vax/boot/Makefile b/sys/arch/vax/boot/Makefile index 50a4c81d7c4..d3fd0817120 100644 --- a/sys/arch/vax/boot/Makefile +++ b/sys/arch/vax/boot/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> |