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