I have following script and intened to only get the server related binaries
MANROOT=/opt/hobbit/man
BARS=all
USENEWHIST=y
PIXELCOUNT=960
MAKE=/opt/bin/gmake
INSTALLBINDIR=/opt/hobbit/server/bin
INSTALLETCDIR=/opt/hobbit/server/etc
INSTALLWEBDIR=/opt/hobbit/web
INSTALLEXTDIR=/opt/hobbit/server
INSTALLTMPDIR=/var/opt/hobbit/tmp
INSTALLWWWDIR=/opt/hobbit/server/www ./configure --server
--rrdinclude /opt/rrdtool12/include
--rrdlib /opt/rrdtool12/lib
--pcreinclude /opt/libpcre50/include
--pcrelib /opt/libpcre50/lib
--sslinclude /opt/libopenssl097/include
--ssllib /opt/libopenssl097/lib
--ldapinclude /opt/openldap2229/include
--ldaplib /opt/openldap2229/lib
--fping /opt/fping22/sbin/fping
But this is what I got, bash-2.05a# ls /opt/hobbit/ client man server web bash-2.05a#
I got binaries under /opt/hobbit/client directory also.
T.J. Yang