Really support rpath only linking. Add a special option -nolibc which
[dragonfly.git] / usr.bin / iconv / Makefile
1 # $DragonFly: src/usr.bin/iconv/Makefile,v 1.1 2005/03/11 19:16:53 joerg Exp $
2
3 PROG=   iconv
4 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc
5 WARNS?= 6
6
7 .include <bsd.prog.mk>