mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"
in /etc/login.conf.
This commit is contained in:
parent
7cc2023054
commit
5e514c64f7
3 changed files with 0 additions and 6 deletions
|
|
@ -79,7 +79,6 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
|||
#NO_TCSH= true # do not build and install /bin/csh (which is tcsh)
|
||||
#NO_X= true # do not compile in XWindows support (e.g. doscmd)
|
||||
#NOCRYPT= true # do not build any crypto code
|
||||
#NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links
|
||||
#NOGAMES= true # do not build games (games/ subdir)
|
||||
#NOINFO= true # do not make or install info files
|
||||
#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
|||
#NO_TCSH= true # do not build and install /bin/csh (which is tcsh)
|
||||
#NO_X= true # do not compile in XWindows support (e.g. doscmd)
|
||||
#NOCRYPT= true # do not build any crypto code
|
||||
#NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links
|
||||
#NOGAMES= true # do not build games (games/ subdir)
|
||||
#NOINFO= true # do not make or install info files
|
||||
#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
|
||||
|
|
|
|||
|
|
@ -280,10 +280,6 @@ instead of
|
|||
.Cm "${MAKE} cleandir" .
|
||||
.It Ar NOCRYPT
|
||||
(bool) Set to not build any crypto code.
|
||||
.It Ar NODESCRYPTLINKS
|
||||
(bool) Set to not replace
|
||||
.Pa libcrypt -> libscrypt
|
||||
links.
|
||||
.It Ar NOGAMES
|
||||
(bool) Set to not build games.
|
||||
.It Ar NOINFO
|
||||
|
|
|
|||
Loading…
Reference in a new issue