From a9766f6c22855ea7ff83026cce9506c6c6d964e5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 20 Apr 2005 00:54:23 +0000 Subject: enter zboot for all architectures --- sys/arch/zaurus/stand/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch') 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 -- cgit v1.2.3