diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 15:33:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 15:33:08 +0000 |
| commit | a35d88931c87cfe6bd38f01d7bad22140b3b38f3 (patch) | |
| tree | 2a28a087684353f3fc60fa304d31bd2590e83ab7 /sys/conf | |
| parent | 88348311f3943c504b62ed3ffad125c06e3dea7a (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/Makefile.arm | 2 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 17f1097797d7..9fb1ebe047e6 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -20,7 +20,7 @@ %VERSREQ= 600000 # Temporary stuff while we're still embryonic -NO_MODULES?= yes +NO_MODULES= STD8X16FONT?= iso diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 93c219cc6a96..b992f38fe287 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -20,7 +20,7 @@ %VERSREQ= 600000 # Temporary stuff while we're still embryonic -NO_MODULES?= yes +NO_MODULES= STD8X16FONT?= iso |
