Turn on modules for amd64. Fear.

This commit is contained in:
Peter Wemm 2004-05-17 22:13:14 +00:00
parent 11053af551
commit 922013a665
2 changed files with 0 additions and 4 deletions

View File

@ -26,7 +26,6 @@ ident GENERIC
#hints "GENERIC.hints" # Default places to look for devices.
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions NO_MODULES=not_yet
options SCHED_ULE # ULE scheduler
options INET # InterNETworking

View File

@ -7,9 +7,6 @@
# $FreeBSD$
#
# We don't have modules on amd64.
makeoptions NO_MODULES=not_yet
#
# This directive is mandatory; it defines the architecture to be
# configured for; in this case, the AMD64 family based machines.