summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
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 /Makefile.inc1
parent8f62cc9941734d011ce42b3f19b3437848036ba8 (diff)
downloadFreeBSD-src-68c5efb79117c870080d506a71acca2d829a6742.zip
FreeBSD-src-68c5efb79117c870080d506a71acca2d829a6742.tar.gz
NOSHARE -> NO_SHARE
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index cd38bdb..f758e94 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -11,7 +11,7 @@
# -DNO_MAN do not build the manual pages
# -DNO_PROFILE do not build profiled libraries
# -DNO_GAMES do not go into games subdir
-# -DNOSHARE do not go into share subdir
+# -DNO_SHARE do not go into share subdir
# -DNO_INFO do not make or install info files
# -DNO_LIBC_R do not build libc_r.
# -DNO_FORTRAN do not build g77 and related libraries.
@@ -59,7 +59,7 @@ SUBDIR+=sbin
.if !defined(NO_CRYPT)
SUBDIR+=secure
.endif
-.if !defined(NOSHARE)
+.if !defined(NO_SHARE)
SUBDIR+=share
.endif
SUBDIR+=sys usr.bin usr.sbin etc
@@ -876,7 +876,7 @@ bootstrap-tools:
_aicasm= sys/modules/aic7xxx/aicasm
.endif
-.if !defined(NOSHARE)
+.if !defined(NO_SHARE)
_share= share/syscons/scrnmaps
.endif
OpenPOWER on IntegriCloud