10 lines
109 B
Makefile
10 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sbuf
|
|
SRCS= subr_sbuf.c
|
|
WARNS?= 2
|
|
|
|
.PATH: ${.CURDIR}/../../sys/kern
|
|
|
|
.include <bsd.lib.mk>
|