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