Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"

in /etc/login.conf.
This commit is contained in:
David E. O'Brien 2000-11-22 20:37:40 +00:00
parent 7cc2023054
commit 5e514c64f7
3 changed files with 0 additions and 6 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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