mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
18 lines
311 B
Makefile
18 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= kiconv
|
|
SHLIBDIR?= /lib
|
|
SRCS= xlat16_iconv.c xlat16_sysctl.c
|
|
SRCS+= quirks.c
|
|
|
|
SHLIB_MAJOR= 3
|
|
|
|
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
|
|
|
|
.include <bsd.lib.mk>
|