freebsd-dev/usr.bin/mkcsmapper_static/Makefile
Simon J. Gerraty 802fd70f5f Allow building these in-line
The build-tools phase sets NO_WARNS
If there is any other purpose (than hosttool during build)
we could make this depend on MACHINE=host.
2013-10-17 20:01:59 +00:00

16 lines
354 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
NO_MAN= yes
NO_SHARED= yes
NO_WARNS= yes
build-tools: mkcsmapper_static
.include "${.CURDIR}/../mkcsmapper/Makefile.inc"
.include <bsd.prog.mk>