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