xref: /freebsd/lib/libsbuf/Makefile (revision 1b6c2589164a3a7b2f62d4c28c2ffa1be860959e)
1# $FreeBSD$
2
3LIB=	sbuf
4SRCS=	subr_sbuf.c
5
6.PATH:	${.CURDIR}/../../sys/kern
7
8.include <bsd.lib.mk>
9