af483ad6ef
PR: bin/162670 Submitted by: Jan Beich <jbeich@tormail.net> MFC after: 2 weeks
25 lines
394 B
Makefile
25 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= kiconv
|
|
SHLIBDIR?= /lib
|
|
SRCS= kiconv_sysctl.c xlat16_iconv.c xlat16_sysctl.c
|
|
SRCS+= quirks.c
|
|
|
|
SHLIB_MAJOR= 4
|
|
|
|
MAN= kiconv.3
|
|
|
|
MLINKS+= kiconv.3 kiconv_add_xlat16_cspair.3 \
|
|
kiconv.3 kiconv_add_xlat16_cspairs.3 \
|
|
kiconv.3 kiconv_add_xlat16_table.3
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
|
|
|
WARNS?= 1
|
|
|
|
.if !defined(MK_ICONV)
|
|
CFLAGS+= -DICONV_DLOPEN
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|