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