lib: Move the definition of WARNS into lib/Makefile.inc.
[dragonfly.git] / lib / libiberty / Makefile
1 LIB=            iberty
2 SHLIB_MAJOR=    2
3 SRCS=           argv.c concat.c hex.c
4 SRCS+=          lbasename.c lrealpath.c
5 SRCS+=          xatexit.c xexit.c
6 SRCS+=          xcalloc.c xmalloc.c xmemdup.c xrealloc.c xstrdup.c xstrerror.c
7
8 NOMAN=1
9
10 .include <bsd.lib.mk>