aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-11-19 16:59:00 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-11-19 16:59:00 +0000
commitbd8477d623209550777e8a5a80020b113d078e06 (patch)
tree5bbb18a99cd905da80597efb465127f46a67bb0e /bin
parent434c74760ffe91c6f4cc3dff0d49a24dddb975c6 (diff)
downloadsrc-bd8477d623209550777e8a5a80020b113d078e06.tar.gz
src-bd8477d623209550777e8a5a80020b113d078e06.zip
Notes
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 108488faf84e..ef37f0391fcf 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -4,6 +4,6 @@
BINDIR?= /bin
WARNS?= 6
-.if defined(NO_DYNAMICROOT)
+.if defined(NO_DYNAMICROOT) || ${MACHINE_ARCH} == "ia64"
NOSHARED?= YES
.endif