Silence warnings about ignored trigraphs.
[dragonfly.git] / lib / libiberty / Makefile
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>