xref: /freebsd/tools/test/iconv/refgen/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1ad30f8e7SGabor Kovesdan.PATH: ${.CURDIR}/../tablegen
2ad30f8e7SGabor Kovesdan
3ad30f8e7SGabor KovesdanPROG=	refgen
4*3bdf7758SWarner LoshMAN=
5ad30f8e7SGabor KovesdanSRCS=	tablegen.c
6ad30f8e7SGabor Kovesdan
7ad30f8e7SGabor KovesdanWARNS?=	3
8ad30f8e7SGabor KovesdanCFLAGS+= -L/usr/local/lib -I/usr/local/include
9ad30f8e7SGabor KovesdanLDADD=	-liconv
10ad30f8e7SGabor KovesdanDPADD=  /usr/local/lib/libiconv.a
11ad30f8e7SGabor Kovesdan
12ad30f8e7SGabor Kovesdan.include <bsd.prog.mk>
13