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