xref: /freebsd/tools/test/iconv/gnu/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1ad30f8e7SGabor KovesdanPROG=	gnu
2*3bdf7758SWarner LoshMAN=
3ad30f8e7SGabor Kovesdan
4ad30f8e7SGabor KovesdanWARNS?=	3
5ad30f8e7SGabor KovesdanCFLAGS+= -L/usr/local/lib -I/usr/local/include
6ad30f8e7SGabor KovesdanLDADD=	-liconv
7ad30f8e7SGabor KovesdanDPADD=	/usr/local/lib/libiconv.a
8ad30f8e7SGabor Kovesdan
9ad30f8e7SGabor Kovesdan.include <bsd.prog.mk>
10