1# $FreeBSD$ 2 3LIB= geom 4SRCS= geom_stats.c 5INCS= libgeom.h 6 7WARNS?= 3 8 9MAN= libgeom.3 10 11.include <bsd.lib.mk> 12