ed241fcda7
Initially this only contains the functions for accessing the I/O statistics data.
12 lines
108 B
Makefile
12 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= geom
|
|
SRCS= geom_stats.c
|
|
INCS= libgeom.h
|
|
|
|
WARNS?= 4
|
|
|
|
MAN= libgeom.3
|
|
|
|
.include <bsd.lib.mk>
|