]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/test/iconv/gnu/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / test / iconv / gnu / Makefile
1 # $FreeBSD$
2
3 PROG=   gnu
4 NO_MAN= yes
5
6 WARNS?= 3
7 CFLAGS+= -L/usr/local/lib -I/usr/local/include
8 LDADD=  -liconv
9 DPADD=  /usr/local/lib/libiconv.a
10
11 .include <bsd.prog.mk>