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