indent(1): Avoid out of bound access of array codebuf.
[freebsd-src.git] / lib / libnetbsd / Makefile
blob92ad745dc58cf66447a00d025e9631b287a216d0
1 # $FreeBSD$
3 .include <bsd.own.mk>
5 PACKAGE=lib${LIB}
6 LIB= netbsd
8 CFLAGS+= -I${.CURDIR}
10 SRCS+= strsuftoll.c util.c util.h
12 INTERNALLIB=
14 .include <bsd.lib.mk>