xref: /dragonfly/lib/libsbuf/Makefile (revision 1de703da)
1# $FreeBSD: src/lib/libsbuf/Makefile,v 1.3.2.1 2002/10/10 19:24:35 kbyanc Exp $
2# $DragonFly: src/lib/libsbuf/Makefile,v 1.2 2003/06/17 04:26:51 dillon Exp $
3
4LIB=	sbuf
5SRCS=	subr_sbuf.c
6WARNS?= 2
7
8.PATH:	${.CURDIR}/../../sys/kern
9
10.include <bsd.lib.mk>
11