diff options
author | delphij <delphij@FreeBSD.org> | 2005-02-06 14:59:03 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-02-06 14:59:03 +0000 |
commit | 3dd08ed15ff780bb55c5b9bf5d2d78e63ae56a21 (patch) | |
tree | 1ea1162cd13e9f9c752b73829a195dc732198dfe /share | |
parent | 3302f9bcc3967059e43ceb7fce6b42276339a114 (diff) | |
download | FreeBSD-src-3dd08ed15ff780bb55c5b9bf5d2d78e63ae56a21.zip FreeBSD-src-3dd08ed15ff780bb55c5b9bf5d2d78e63ae56a21.tar.gz |
Document NO_NETCAT.
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 1 | ||||
-rw-r--r-- | share/man/man5/make.conf.5 | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 7afebd4..75fd551 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 311f981..7e96009 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 |