aboutsummaryrefslogtreecommitdiff
path: root/sbin/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 /sbin/Makefile.inc
parent00fbd4077065979e8b15db9710dcbaa9e2a96790 (diff)
downloadsrc-83c7ade90a32f8aaff4de282b9fc2493076a54b9.tar.gz
src-83c7ade90a32f8aaff4de282b9fc2493076a54b9.zip
NOSHARED -> NO_SHARED
Notes
Notes: svn path=/head/; revision=139112
Diffstat (limited to 'sbin/Makefile.inc')
-rw-r--r--sbin/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc
index 7a1ebd074544..d1fed2690a19 100644
--- a/sbin/Makefile.inc
+++ b/sbin/Makefile.inc
@@ -5,5 +5,5 @@ BINDIR?= /sbin
WARNS?= 2
.if defined(NO_DYNAMICROOT)
-NOSHARED?= YES
+NO_SHARED?= YES
.endif