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