This document explains how to build the Open-FCoE
user space utilities. This includes fcoeadm, fcoemon and
their corresponding manual pages.

##
# fcoe-utils
############

DEPENDENCIES

* libhbalinux
* lldpad v0.9.43 or greater (optional configure flag to build without)

* autoconf
* autotools
* sysconftool
* automake
* libtool

1) Bootstrap, configure, make and make install
   # ./bootstrap.sh
   # rpm --eval "%configure" | sh
   # make
   # make install
