diff options
| author | martin <martin@NetBSD.org> | 2015-05-12 08:25:28 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2015-05-12 08:25:28 +0000 |
| commit | 108cc17229e7699bc253d0c799cfda0fcbab5e15 (patch) | |
| tree | 37bda28cf21fbbc7fbf3348d32dcc213cfdc9a06 | |
| parent | 8301bb2ff78bb4936da628133c9ef3e2447fa3d2 (diff) | |
No kernel modules for acorn26
| -rw-r--r-- | share/mk/bsd.own.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 84eee84faff..4ebb3a83dbb 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -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 |
