repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ig4 - Fix typo, pci_get_devid() -> pci_get_device.
[dragonfly.git]
/
lib
/
i18n_module
/
Makefile.inc
blob
d14754eb7b93ddfa21044618e17f816898544bf7
1
# $FreeBSD: head/lib/libiconv_modules/Makefile.inc 255298 2013-09-06 10:40:38Z theraven $
2
3
.PATH: ${.CURDIR}/../../libc/iconv
4
5
SHLIB_MAJOR= 2
6
WARNS?= 6
7
CFLAGS+= -I${.CURDIR}/../../libc/citrus
8
9
CFLAGS+= -Dbool=_Bool
10
11
LIBDIR= /usr/lib/i18n
12
NOPROFILE= yes