repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
indent(1): Avoid out of bound access of array codebuf.
[freebsd-src.git]
/
lib
/
libnetbsd
/
Makefile
blob
92ad745dc58cf66447a00d025e9631b287a216d0
1
# $FreeBSD$
2
3
.
include
<
bsd.own.mk
>
4
5
PACKAGE
=
lib
${
LIB
}
6
LIB
=
netbsd
7
8
CFLAGS
+= -
I
${
.CURDIR
}
9
10
SRCS
+=
strsuftoll.c util.c util.h
11
12
INTERNALLIB
=
13
14
.
include
<
bsd.lib.mk
>