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