diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-20 01:41:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-20 01:41:05 +0000 |
commit | 93bcc9603ccc02d14fa00ca54d61240df482a194 (patch) | |
tree | d047a7be5580271f7ae97668be0a07695cf4f7d7 /sys/arch/zaurus/stand | |
parent | 9e072deaba49cb5f6281769746f2c10242a17f21 (diff) |
er, maybe not
Diffstat (limited to 'sys/arch/zaurus/stand')
-rw-r--r-- | sys/arch/zaurus/stand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/zaurus/stand/Makefile b/sys/arch/zaurus/stand/Makefile index 14e3401aa95..eb74de1ecc3 100644 --- a/sys/arch/zaurus/stand/Makefile +++ b/sys/arch/zaurus/stand/Makefile @@ -1,7 +1,7 @@ -SUBDIR= zboot .if ${MACHINE} == "zaurus" SUBDIR= zbsdmod +SUBDIR+= zboot .endif .include <bsd.subdir.mk> |