Deleted Added
full compact
Makefile (219019) Makefile (264400)
1# $FreeBSD: head/usr.bin/mkesdb_static/Makefile 219019 2011-02-25 00:04:39Z gabor $
1# $FreeBSD: head/usr.bin/mkesdb_static/Makefile 264400 2014-04-13 05:21:56Z imp $
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
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
8NO_MAN= yes
8MAN=
9NO_SHARED= yes
10
11build-tools: mkesdb_static
12
13.include "${.CURDIR}/../mkesdb/Makefile.inc"
14.include <bsd.prog.mk>
9NO_SHARED= yes
10
11build-tools: mkesdb_static
12
13.include "${.CURDIR}/../mkesdb/Makefile.inc"
14.include <bsd.prog.mk>