aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 12:13:23 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 12:13:23 +0000
commit6495335e69d4b406fd3289836ad5463a72462371 (patch)
tree736a83c050b481cb1d3d5ce4bbd305eb03382b9b /Makefile.inc1
parent582ef25f944d28a5862c098dd2ea44497814efa1 (diff)
downloadsrc-6495335e69d4b406fd3289836ad5463a72462371.tar.gz
src-6495335e69d4b406fd3289836ad5463a72462371.zip
NOSHARE -> NO_SHARE
Notes
Notes: svn path=/head/; revision=139120
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 cd38bdb8d84e..f758e94824c1 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