diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-28 17:18:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-28 17:18:39 +0000 |
commit | 7aa563d927bc6a7aee1109adf1c1a7c7d0b14f9e (patch) | |
tree | 198c7cb629b7bd859695b6366b402d4d4ec9893c | |
parent | eecdd69bdba4384eb4eafe46e99f13e2e23251c1 (diff) |
enter boot
-rw-r--r-- | sys/arch/armish/stand/Makefile | 5 |
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> |