]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libiconv_modules/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libiconv_modules / Makefile.inc
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../libc/iconv
4
5 SHLIB_MAJOR= 4
6 WARNS?= 6
7 CFLAGS+= -I${.CURDIR}/../../libc/iconv
8
9 CFLAGS+=        -Dbool=_Bool
10
11 .if !defined(COMPAT_32BIT)
12 SHLIBDIR= /usr/lib/i18n
13 .else
14 SHLIBDIR= /usr/lib32/i18n
15 .endif
16 LIBDIR=  ${SHLIBDIR}
17 NO_PROFILE=