Deleted Added
full compact
Makefile (295977) Makefile (297997)
1# $FreeBSD: head/usr.bin/mkesdb_static/Makefile 295977 2016-02-24 17:18:31Z bdrewery $
1# $FreeBSD: head/usr.bin/mkesdb_static/Makefile 297997 2016-04-14 21:06:10Z bdrewery $
2
3.PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkesdb
4
5PROG= mkesdb_static
6SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
7 citrus_lookup_factory.c
8MAN=
9NO_SHARED= yes
10NO_WMISSING_VARIABLE_DECLARATIONS=
11
12build-tools: mkesdb_static
13
14.include "${.CURDIR}/../mkesdb/Makefile.inc"
15.include <bsd.prog.mk>
2
3.PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkesdb
4
5PROG= mkesdb_static
6SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
7 citrus_lookup_factory.c
8MAN=
9NO_SHARED= yes
10NO_WMISSING_VARIABLE_DECLARATIONS=
11
12build-tools: mkesdb_static
13
14.include "${.CURDIR}/../mkesdb/Makefile.inc"
15.include <bsd.prog.mk>
16
17${PROG}: ${BUILD_TOOLS_META}