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