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