summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 12:13:23 +0000
committerru <ru@FreeBSD.org>2004-12-21 12:13:23 +0000
commit68c5efb79117c870080d506a71acca2d829a6742 (patch)
tree736a83c050b481cb1d3d5ce4bbd305eb03382b9b /share
parent8f62cc9941734d011ce42b3f19b3437848036ba8 (diff)
downloadFreeBSD-src-68c5efb79117c870080d506a71acca2d829a6742.zip
FreeBSD-src-68c5efb79117c870080d506a71acca2d829a6742.tar.gz
NOSHARE -> NO_SHARE
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf2
-rw-r--r--share/man/man5/make.conf.52
-rw-r--r--share/mk/bsd.compat.mk1
3 files changed, 3 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index cab2916..dabb650 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -137,7 +137,7 @@
#NO_PF= # do not build PF firewall package
#NO_PROFILE= # Avoid compiling profiled libraries
#NO_SENDMAIL= # do not build sendmail and related programs
-#NOSHARE= # do not go into the share subdir
+#NO_SHARE= # do not go into the share subdir
#NO_SHARED= # build /bin and /sbin dynamically linked (bad idea
#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs
#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 4090f5d..f2394bf 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -565,7 +565,7 @@ Set to install man pages uncompressed.
.It Va NO_PROFILE
.Pq Vt bool
Set to avoid compiling profiled libraries.
-.It Va NOSHARE
+.It Va NO_SHARE
.Pq Vt bool
Set to not build in the
.Pa share
diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk
index c6edb8b..d8651ab 100644
--- a/share/mk/bsd.compat.mk
+++ b/share/mk/bsd.compat.mk
@@ -23,6 +23,7 @@
NOOBJ:NO_OBJ \
NOPIC:NO_PIC \
NOPROFILE:NO_PROFILE \
+ NOSHARE:NO_SHARE \
NOSHARED:NO_SHARED \
NOTAGS:NO_TAGS
.for old in ${oldnew:C/:.*//}
OpenPOWER on IntegriCloud