diff options
| -rw-r--r-- | etc/defaults/make.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 7ab570473dd1..830d44d5d730 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -54,6 +54,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # To build ppp with normal permissions #PPP_NOSUID= true # +# To enable installing ssh(1) with the setuid bit turned on +#ENABLE_SUID_SSH= true +# # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS #NO_BIND= true # do not build BIND |
