mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change to match NO_MAKEDEV* -> MAKEDEV*.
This commit is contained in:
parent
4d1ad8751d
commit
f33aca987b
2 changed files with 11 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -391,18 +391,18 @@ and related programs.
|
|||
Set to not build the
|
||||
.Xr mailwrapper 8
|
||||
MTA selector.
|
||||
.It Va NO_MAKEDEV_INSTALL
|
||||
.It Va MAKEDEV_INSTALL
|
||||
.Pq Vt bool
|
||||
Set to avoid installing
|
||||
Set to install
|
||||
.Pa MAKEDEV
|
||||
in
|
||||
.Pa /dev .
|
||||
This implies the
|
||||
.Va NO_MAKEDEV_RUN
|
||||
variable.
|
||||
.It Va NO_MAKEDEV_RUN
|
||||
This is needed for the
|
||||
.Va MAKEDEV_RUN
|
||||
variable to have an effect.
|
||||
.It Va MAKEDEV_RUN
|
||||
.Pq Vt bool
|
||||
Set to avoid running
|
||||
Set to run
|
||||
.Dq Li "MAKEDEV all"
|
||||
on
|
||||
.Pa /dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue