# Build the library if SRCS is now defined ...
if defined(SRCS)
if defined(MLIBDIR) && ${LIBC_MACHINE_CPU} != "arm"
LIB= ${MLIBDIR}
else
LIB= ${LIBC_MACHINE_CPU}
endif
SHLIB_VERSION_FILE= ${.CURDIR}/${LIB}/shlib_version
LIB_EXPSYM= ${LIB}.expsym # resolved in .PATH
include <bsd.lib.mk>
else
# ... otherwise just build the manpages
include <bsd.man.mk>
endif
include <bsd.subdir.mk>