summaryrefslogtreecommitdiff
path: root/bin/Makefile.inc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 09:59:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 09:59:45 +0000
commit83c7ade90a32f8aaff4de282b9fc2493076a54b9 (patch)
tree311c433391b6b9ae7319ac9bd77250512498c346 /bin/Makefile.inc
parent00fbd4077065979e8b15db9710dcbaa9e2a96790 (diff)
downloadsrc-test-83c7ade90a32f8aaff4de282b9fc2493076a54b9.tar.gz
src-test-83c7ade90a32f8aaff4de282b9fc2493076a54b9.zip
NOSHARED -> NO_SHARED
Notes
Notes: svn path=/head/; revision=139112
Diffstat (limited to 'bin/Makefile.inc')
-rw-r--r--bin/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 108488faf84ee..b1f1612afddbb 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -5,5 +5,5 @@ BINDIR?= /bin
WARNS?= 6
.if defined(NO_DYNAMICROOT)
-NOSHARED?= YES
+NO_SHARED?= YES
.endif