Rename private to privdata and class to srclass to avoid conflicts with
[dragonfly/vkernel-mp.git] / usr.bin / iconv / Makefile
blobadc8be8548dca6f576cd8c78785097a65dff20ba
1 # $DragonFly: src/usr.bin/iconv/Makefile,v 1.1 2005/03/11 20:16:53 joerg Exp $
3 PROG= iconv
4 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc
5 WARNS?= 6
7 .include <bsd.prog.mk>