repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MFC: following 4 commits:
[dragonfly.git]
/
lib
/
libiberty
/
Makefile
blob
0b5d146ba7cdbb485f9c7f7dada2c3fba5e19de1
1
# $DragonFly: src/lib/libiberty/Makefile,v 1.4 2005/04/21 13:42:33 joerg Exp $
2
3
LIB
=
iberty
4
SHLIB_MAJOR
=
2
5
SRCS
=
argv.c concat.c hex.c
6
SRCS
+=
lbasename.c lrealpath.c
7
SRCS
+=
xatexit.c xexit.c
8
SRCS
+=
xcalloc.c xmalloc.c xmemdup.c xrealloc.c xstrdup.c xstrerror.c
9
WARNS?
=
6
10
11
NOMAN
=
1
12
13
.
include
<
bsd.lib.mk
>