indent(1): Avoid out of bound access of array codebuf.
[freebsd-src.git] / lib / libsbuf / Makefile
blobebf4a8d4a99de423b4be40767a672776ada9c4db
1 # $FreeBSD$
3 PACKAGE=lib${LIB}
4 LIB= sbuf
5 SHLIBDIR?= /lib
6 SRCS= subr_prf.c subr_sbuf.c
8 SHLIB_MAJOR = 6
10 SYMBOL_MAPS= ${.CURDIR}/Symbol.map
11 VERSION_DEF= ${.CURDIR}/Version.def
13 .PATH: ${.CURDIR}/../../sys/kern
15 .include <bsd.lib.mk>