diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-26 20:46:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-26 20:46:16 +0000 |
commit | 1ccdc5c58210a27f94a9ea40fd888314b4854349 (patch) | |
tree | 02fa3f559dd66223a10250bc659da54a665b99ba /sys/arch | |
parent | fd509c54799ec2d24f2d9690042652da5bc867fb (diff) |
enter zboot
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/stand/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/stand/Makefile b/sys/arch/zaurus/stand/Makefile index eb74de1ecc3..3ee5652fad3 100644 --- a/sys/arch/zaurus/stand/Makefile +++ b/sys/arch/zaurus/stand/Makefile @@ -1,7 +1,8 @@ +SUBDIR= zboot + .if ${MACHINE} == "zaurus" SUBDIR= zbsdmod -SUBDIR+= zboot .endif .include <bsd.subdir.mk> |