Makefile revision 201381
1# $FreeBSD: head/lib/libsbuf/Makefile 201381 2010-01-02 09:58:07Z ed $
2
3LIB=	sbuf
4SHLIBDIR?= /lib
5SRCS=	subr_sbuf.c 
6
7.PATH:	${.CURDIR}/../../sys/kern
8
9.include <bsd.lib.mk>
10