MFS_COMPONENT= client
BROKEN_powerpc64= fails to compile: mfs_fuse.c: internal compiler error: Segmentation fault
MASTERDIR= ${.CURDIR}/../moosefs3-master
.include "${MASTERDIR}/Makefile"
.endif
.if ${MFS_COMPONENT} == client
USES= fuse pkgconfig libtool
USES= compiler:c11 fuse pkgconfig libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS+= --enable-mfsmount
.else