diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-22 15:02:53 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-22 15:02:53 +0000 |
| commit | f33aca987bea113d1e90261906bfafdb2df71e3f (patch) | |
| tree | 05ce6c52c6fad2f651854b77fdfed31319a4c93b /share/examples/etc | |
| parent | 4d1ad8751d8d9c9501a854d49dcd7db10cb7ca02 (diff) | |
Notes
Diffstat (limited to 'share/examples/etc')
| -rw-r--r-- | share/examples/etc/make.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index d05509429489..a0d269e39370 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -150,11 +150,10 @@ # be OK to use for any non-commercial use. This is optional. #MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) # -# To avoid running MAKEDEV all on /dev during install set NO_MAKEDEV_RUN. -# If you don't want to install MAKEDEV set NO_MAKEDEV_INSTALL, this implies -# NO_MAKEDEV_RUN. -#NO_MAKEDEV_INSTALL= true -#NO_MAKEDEV_RUN= true +# If you want to install MAKEDEV set MAKEDEV_INSTALL. +# To run MAKEDEV all on /dev during install set MAKEDEV_RUN. +#MAKEDEV_INSTALL= true +#MAKEDEV_RUN= true # # If you do not want unformatted manual pages to be compressed # when they are installed: |
