]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libiconv_modules/Makefile.inc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 .if !defined(COMPAT_32BIT)
9 SHLIBDIR= /usr/lib/i18n
10 .else
11 SHLIBDIR= /usr/lib32/i18n
12 .endif
13 LIBDIR=  ${SHLIBDIR}
14 NO_PROFILE=