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