From e84187b6856d186cf3c7d46604155c2d9c2e0e82 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 6 Feb 2005 14:59:03 +0000 Subject: [PATCH] Document NO_NETCAT. --- share/examples/etc/make.conf | 1 + share/man/man5/make.conf.5 | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 7afebd4fa0a..75fd5512e65 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -129,6 +129,7 @@ #NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector #NO_MAN= # do not build manual pages #NO_MODULES= # do not build modules with the kernel +#NO_NETCAT= # do not build netcat #NO_NIS= # do not build NIS support and related programs #NO_OBJC= # do not build Objective C support #NO_OPENSSH= # do not build OpenSSH diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 311f981ff4d..7e96009d13b 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 21, 2005 +.Dd February 6, 2005 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -496,6 +496,11 @@ MTA selector. .It Va NO_MAN .Pq Vt bool Set to not build manual pages. +.It Va NO_NETCAT +.Pq Vt bool +Set to not build +.Xr nc 1 +utility. .It Va NO_NIS .Pq Vt bool Set to not build