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.
This commit is contained in:
Pawel Jakub Dawidek 2004-08-12 13:15:52 +00:00
parent 77f51d6900
commit 896a489487
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133570

View File

@ -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}/..