diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-24 20:19:57 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-24 20:19:57 +0000 |
| commit | 7ac2f2c2ece38754ac2c5d89252b87e5e5fbb833 (patch) | |
| tree | a310847736e32e303599a2d7af0c438edac0b121 | |
| parent | 999daea6a5918d41a2e3425cfbe6bfa56ab2ff11 (diff) | |
Notes
| -rw-r--r-- | share/examples/etc/make.conf | 1 | ||||
| -rw-r--r-- | share/man/man5/make.conf.5 | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index fbf1ef9afcf7e..8dd75939aafc6 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -122,7 +122,6 @@ #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) #NO_VINUM= true # do not build Vinum utilities -#NO_X= true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT= true # do not build any crypto code #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index d1d2160832b58..1b82ab96cf1f4 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -551,10 +551,6 @@ Set to not build and install .Pa /bin/csh (which is .Xr tcsh 1 ) . -.It Va NO_X -.Pq Vt bool -Set to not compile in X\-Windows support (e.g.\& -.Xr doscmd 1 ) . .It Va NOCLEAN .Pq Vt bool Set this to disable cleaning during |
