1.include <bsd.own.mk> 2 3PACKAGE=lib${LIB} 4LIB= stdbuf 5SRCS= stdbuf.c 6SHLIB_MAJOR= 1 7MAN= libstdbuf.3 8 9.include <bsd.lib.mk> 10