diff options
-rw-r--r-- | sys/arch/moko/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/moko/Makefile b/sys/arch/moko/Makefile index 7b72f4313d1..d050bb1c05c 100644 --- a/sys/arch/moko/Makefile +++ b/sys/arch/moko/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/11/27 20:50:35 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2009/12/25 16:08:10 miod Exp $ # $NetBSD: Makefile,v 1.1 2001/06/12 08:32:46 chris Exp $ # Makefile for moko tags file and boot blocks @@ -6,7 +6,7 @@ S=${.CURDIR}/../.. .include "$S/kern/Make.tags.inc" -SUBDIR= stand +SUBDIR= NOPROG= noprog NOMAN= noman |