1
2PACKAGE=	lib${LIB}
3LIB=	bsdstat
4SHLIB_MAJOR=	1
5PRIVATELIB=
6
7SRCS=	bsdstat.c
8INCS=	bsdstat.h
9
10.include <bsd.lib.mk>
11