Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.bin / iconv / Makefile
1 # $DragonFly: src/usr.bin/iconv/Makefile,v 1.2 2007/08/27 16:50:54 pavalos Exp $
2
3 PROG=   iconv
4 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc
5
6 .include <bsd.prog.mk>