diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-20 00:54:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-20 00:54:23 +0000 |
commit | a9766f6c22855ea7ff83026cce9506c6c6d964e5 (patch) | |
tree | 4aa189188330477235d901b765ab4a0f90ca5890 /sys/arch | |
parent | 33e91575565bb3a8cc83ceb556c4f059787f4f31 (diff) |
enter zboot for all architectures
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/stand/Makefile | 4 |
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> |