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