aboutsummaryrefslogtreecommitdiff
path: root/lib/libsbuf/Makefile
blob: 222b4d116b08f34b0db55da57c82664212e9e167 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

LIB=	sbuf
SRCS=	subr_sbuf.c 
WARNS?= 2

.PATH:	${.CURDIR}/../../sys/kern

.include <bsd.lib.mk>