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