diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-01-29 06:22:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-01-29 06:22:57 +0000 |
| commit | 553f8de1dc08164c5390812b437e4bcdf33f640f (patch) | |
| tree | 6423a644db0f3e6b2304d06c8fc49fe216077642 /share/examples | |
| parent | 8c5f736449dc43221331e68ac82d9af6357be8b6 (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 1cfcfd90c57c..e5b239c7f3d9 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -138,6 +138,9 @@ # The list of modules to build instead of all of them. #MODULES_OVERRIDE= linux ipfw # +# If you always want to build the Linux ext2fs kernel module. +#WANT_EXT2FS_MODULE=yes +# # The following controls building optional IDEA code in libcrypto and # certain ports. Patents are involved - you must not use this unless # you either have a license or fall within patent 'fair use' |
