diff options
Diffstat (limited to 'share/examples/etc/make.conf')
| -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 d055094294890..a0d269e393703 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: |
