aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-11-02 06:47:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-11-02 06:47:39 +0000
commit3565c6a8e3a1cef0fdab28902c70921506255575 (patch)
treee903f6f6d32f7fb03201d866f69a2305dd66d6ab /bin
parent2e698e49e149746024b231303a42ff51698eac57 (diff)
downloadsrc-3565c6a8e3a1cef0fdab28902c70921506255575.tar.gz
src-3565c6a8e3a1cef0fdab28902c70921506255575.zip
Style.
Notes
Notes: svn path=/head/; revision=121876
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index d329285fcedc..e0688dfe75c9 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -4,6 +4,6 @@
BINDIR?= /bin
WARNS?= 6
-.if !defined (WITH_DYNAMICROOT)
+.if !defined(WITH_DYNAMICROOT)
NOSHARED?= YES
.endif