1# $FreeBSD$ 2 3LIB= sbuf 4SHLIBDIR?= /lib 5SRCS= subr_sbuf.c 6WARNS?= 2 7 8.PATH: ${.CURDIR}/../../sys/kern 9 10.include <bsd.lib.mk> 11