diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-02-11 19:45:44 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-02-11 19:45:44 +0000 |
commit | 200248ad3f8a4df3876dc4f18d86d7748d294d81 (patch) | |
tree | a2132c577b3e639f56d2d22e3389244e6b0eba0b | |
parent | 0f9b087524425d34260b48dfe452fe59123a8921 (diff) | |
download | FreeBSD-src-200248ad3f8a4df3876dc4f18d86d7748d294d81.zip FreeBSD-src-200248ad3f8a4df3876dc4f18d86d7748d294d81.tar.gz |
Add NOMAN here also.
-rw-r--r-- | share/examples/etc/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 74c78f1..1c502c3 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -109,6 +109,7 @@ #NO_IPFILTER= true # do not build IP Filter package #NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector +#NOMAN true # do not build or install manual pages #NO_MODULES= true # do not build modules with the kernel #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH |