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