mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
10 lines
84 B
Makefile
10 lines
84 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
LIB= ohash
|
||
|
SRCS= ohash.c
|
||
|
INTERNALLIB=
|
||
|
|
||
|
WARNS= 3
|
||
|
|
||
|
.include <bsd.lib.mk>
|