./configure  --prefix=/usr             \
             --libexecdir=/usr/libexec \
             --mandir=/usr/share/man   \
             $OPTS                    &&

xmkmf                                 &&
make includes                         &&
make
