diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-10 00:25:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-10 00:25:46 +0000 |
commit | 7335833bb6a8c91d33aeb942b8437751c7ce5025 (patch) | |
tree | 020b3137176352151b5dc9ce0ae196cd98016add /sys | |
parent | f00edbac75fc774516649a7bc94e5d6e3f579cc4 (diff) |
enter stand
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/zaurus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/Makefile b/sys/arch/zaurus/Makefile index e440330a0c0..0c5970b8ea4 100644 --- a/sys/arch/zaurus/Makefile +++ b/sys/arch/zaurus/Makefile @@ -1,4 +1,4 @@ -/* $OpenBSD: Makefile,v 1.1 2004/12/31 00:04:35 drahn Exp $ */ +/* $OpenBSD: Makefile,v 1.2 2005/01/10 00:25:45 deraadt Exp $ */ # $NetBSD: Makefile,v 1.1 2001/06/12 08:32:46 chris Exp $ # Makefile for zaurus tags file and boot blocks @@ -25,6 +25,6 @@ links: cd $$i && rm -f tags; ln -s ../tags tags; done -SUBDIR= +SUBDIR= stand .include <bsd.subdir.mk> |