freebsd-dev/lib/libohash/Makefile
Baptiste Daroussin e806d5088b Make libohash a proper internallib instead of hidding it in m4
mandoc development seems to be also using ohash so prepare to share the code when
needed
2014-08-06 22:46:15 +00:00

10 lines
84 B
Makefile

# $FreeBSD$
LIB= ohash
SRCS= ohash.c
INTERNALLIB=
WARNS= 3
.include <bsd.lib.mk>