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