diff options
| author | Brian Feldman <green@FreeBSD.org> | 2001-01-13 01:18:49 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2001-01-13 01:18:49 +0000 |
| commit | 03ac9895815b9171231e85884bd6dfdebd48342d (patch) | |
| tree | c62fbb9e854c318e31b0465d27a2846872999e81 | |
| parent | b22b640636e2820c68f7a948a35214f5e6f68d81 (diff) | |
Notes
| -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 |
