Use ether_crc32_le instead of local hack.
[dragonfly/netmp.git] / usr.bin / iconv / Makefile
blob345472fbc346133b5d211a4fec231d22eebc7b77
1 # $DragonFly: src/usr.bin/iconv/Makefile,v 1.1 2005/03/11 19:16:53 joerg Exp $
3 PROG= iconv
4 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc
5 WARNS?= 6
7 .include <bsd.prog.mk>