mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Document NO_NETCAT.
This commit is contained in:
parent
04def62430
commit
e84187b685
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue