10 lines
84 B
Makefile
10 lines
84 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
LIB= ohash
|
||
|
SRCS= ohash.c
|
||
|
INTERNALLIB=
|
||
|
|
||
|
WARNS= 3
|
||
|
|
||
|
.include <bsd.lib.mk>
|