]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libiconv_modules/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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=