freebsd-dev/lib/libsbuf/Makefile
2002-01-06 08:47:19 +00:00

10 lines
109 B
Makefile

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