freebsd-dev/lib/libsbuf/Makefile
2003-08-18 15:25:39 +00:00

11 lines
125 B
Makefile

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