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