summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-20 00:54:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-20 00:54:23 +0000
commita9766f6c22855ea7ff83026cce9506c6c6d964e5 (patch)
tree4aa189188330477235d901b765ab4a0f90ca5890 /sys/arch
parent33e91575565bb3a8cc83ceb556c4f059787f4f31 (diff)
enter zboot for all architectures
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/zaurus/stand/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/zaurus/stand/Makefile b/sys/arch/zaurus/stand/Makefile
index 9e2516fbc42..14e3401aa95 100644
--- a/sys/arch/zaurus/stand/Makefile
+++ b/sys/arch/zaurus/stand/Makefile
@@ -1,5 +1,7 @@
+SUBDIR= zboot
+
.if ${MACHINE} == "zaurus"
-SUBDIR= zbsdmod zboot
+SUBDIR= zbsdmod
.endif
.include <bsd.subdir.mk>