diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-02-14 20:04:44 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-02-14 20:04:44 +0000 |
| commit | 0890842fe71e42f4d78c6d1e1c1c163dd07fc912 (patch) | |
| tree | d32e5123d6f8ea6a2128bca4654afa9140e61da7 /share/examples | |
| parent | baa38516269a709360b9299cf2f4352ae4a5b5f0 (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/etc/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 1c502c36ea226..71f48b6447c6f 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -109,7 +109,6 @@ #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 @@ -122,6 +121,7 @@ #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) +#NOMAN= true # do not build manual pages #NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir |
