diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-17 10:51:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-17 10:51:56 +0000 |
| commit | f94a3783cff548a87ed576943c2267004058d98e (patch) | |
| tree | e214d47f96193b156d29fa409a41b64db77bcc3c /share/examples | |
| parent | 1ddb0ab5552afc7de603b2a98715f866720537e7 (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/etc/make.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index bbcd54269a16..7a5a5faebcd7 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -64,6 +64,9 @@ #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs # +# To build sys/modules when building the world (our old way of doing things) +#MODULES_WITH_WORLD=true # do not build modules when building kernel +# # To tell the base system that you are using RSAREF (from ports). # (This needs revisiting) - it is very likely that this is too # heavily tied to USA_RESIDENT==YES. |
