summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-10 00:25:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-10 00:25:46 +0000
commit7335833bb6a8c91d33aeb942b8437751c7ce5025 (patch)
tree020b3137176352151b5dc9ce0ae196cd98016add /sys
parentf00edbac75fc774516649a7bc94e5d6e3f579cc4 (diff)
enter stand
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/zaurus/Makefile4
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>