Fix whitespace in copyright dates.
[dragonfly.git] / lib / libiberty / Makefile
1 # $DragonFly: src/lib/libiberty/Makefile,v 1.3 2004/10/23 12:15:21 joerg Exp $
2
3 LIB=            iberty
4 SHLIB_MAJOR=    1
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>