Module Name: src
Committed By: martin
Date: Tue May 12 08:25:28 UTC 2015
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
No kernel modules for acorn26
To generate a diff of this commit:
cvs rdiff -u -r1.847 -r1.848 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.847 src/share/mk/bsd.own.mk:1.848
--- src/share/mk/bsd.own.mk:1.847 Sun Apr 26 21:37:22 2015
+++ src/share/mk/bsd.own.mk Tue May 12 08:25:28 2015
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.847 2015/04/26 21:37:22 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.848 2015/05/12 08:25:28 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -990,9 +990,9 @@ MKGCCCMDS?= ${MKGCC}
#
# Exceptions to the above:
#
-#.if ${MACHINE} == "evbppc"
-#MKKMOD= no
-#.endif
+.if ${MACHINE} == "acorn26" # page size is prohibitive
+MKKMOD= no
+.endif
#
# MK* options which default to "no". Note that MKZFS has a different