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