aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-08-12 13:15:52 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-08-12 13:15:52 +0000
commit896a4894871f4d1f143422d2ec7a9ad0e752d241 (patch)
treef0097bfab54b791f1ff86347d53f7821dc718663 /sbin
parent77f51d6900b4398b74452d21e9c608cdfb1a1232 (diff)
downloadsrc-896a4894871f4d1f143422d2ec7a9ad0e752d241.tar.gz
src-896a4894871f4d1f143422d2ec7a9ad0e752d241.zip
The geom(8) utility needs dynamic linker functionality to work, so it can't
be staticaly linked. This fixes problems on systems compiled with NO_DYNAMICROOT.
Notes
Notes: svn path=/head/; revision=133570
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/core/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile
index ab5d94ab21f4..13c6a09e24fd 100644
--- a/sbin/geom/core/Makefile
+++ b/sbin/geom/core/Makefile
@@ -6,6 +6,8 @@ PROG= geom
MAN= geom.8
SRCS= geom.c subr.c
+NOSHARED=NO
+
CFLAGS+= -DCLASS_DIR=\"${CLASS_DIR}\"
CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..