diff options
author | maxim <maxim@FreeBSD.org> | 2002-04-10 09:23:38 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2002-04-10 09:23:38 +0000 |
commit | 0373dfb081a27119a89f542cca90027f10873edb (patch) | |
tree | c4bcca39dbe164844827fa9fb8c13fceea5bf202 /share/man/man5 | |
parent | 9c153d29ad1d88827e5e3c44538b1e34503c4066 (diff) | |
download | FreeBSD-src-0373dfb081a27119a89f542cca90027f10873edb.zip FreeBSD-src-0373dfb081a27119a89f542cca90027f10873edb.tar.gz |
Document NO_RCMNDS flag introduced in rev. 1.20 src/bin/Makefile.
Approved by: ru
MFC after: 1 week
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/make.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 89795d6..7328af2 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -414,6 +414,13 @@ Set to not build OpenSSL (implies Set to avoid building .Xr perl 1 . (Also disables OpenSSL optimizations.) +.It Va NO_RCMNDS +.Pq Vt bool +Set to not build +.Xr rcp 1 , +.Xr rlogin 1 +and +.Xr rsh 1 . .It Va NO_SENDMAIL .Pq Vt bool Set to not build |