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