e806d5088b
mandoc development seems to be also using ohash so prepare to share the code when needed
10 lines
84 B
Makefile
10 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= ohash
|
|
SRCS= ohash.c
|
|
INTERNALLIB=
|
|
|
|
WARNS= 3
|
|
|
|
.include <bsd.lib.mk>
|