56e259a8db
This reverts r284374. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
16 lines
368 B
Makefile
16 lines
368 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkcsmapper
|
|
|
|
PROG= mkcsmapper_static
|
|
SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
|
|
citrus_lookup_factory.c citrus_pivot_factory.c
|
|
MAN=
|
|
NO_SHARED= yes
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
build-tools: mkcsmapper_static
|
|
|
|
.include "${.CURDIR}/../mkcsmapper/Makefile.inc"
|
|
.include <bsd.prog.mk>
|