LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
IUSE="selinux"
DEPEND=""
S=${WORKDIR}/${PN}.${PV}
src_compile() {
econf --sbindir=/sbin || die "econf failed"
econf --sbindir=/sbin $(use_enable selinux) || die "econf failed"
emake || die "compile problem"
}