xref: /freebsd/lib/libsbuf/Makefile (revision ce4946daa5ce852d28008dac492029500ab2ee95)
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