summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-28 17:18:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-28 17:18:39 +0000
commit7aa563d927bc6a7aee1109adf1c1a7c7d0b14f9e (patch)
tree198c7cb629b7bd859695b6366b402d4d4ec9893c
parenteecdd69bdba4384eb4eafe46e99f13e2e23251c1 (diff)
enter boot
-rw-r--r--sys/arch/armish/stand/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/armish/stand/Makefile b/sys/arch/armish/stand/Makefile
index 40b4951e0f7..b935da30e25 100644
--- a/sys/arch/armish/stand/Makefile
+++ b/sys/arch/armish/stand/Makefile
@@ -1,4 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 2006/05/29 17:22:48 drahn Exp $
-SUBDIR=
+# $OpenBSD: Makefile,v 1.2 2006/07/28 17:18:38 deraadt Exp $
+
+SUBDIR=boot
.include <bsd.subdir.mk>