freebsd-dev/lib/libgeom/Makefile
Poul-Henning Kamp e13db58757 Add libgeom to the system.
Initially this only contains the functions for accessing the I/O
statistics data.
2003-02-08 15:15:56 +00:00

12 lines
108 B
Makefile

# $FreeBSD$
LIB= geom
SRCS= geom_stats.c
INCS= libgeom.h
WARNS?= 4
MAN= libgeom.3
.include <bsd.lib.mk>