polachok's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'vendor/LIBARCHIVE'
[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>