mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
15 lines
301 B
Makefile
15 lines
301 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkesdb
|
||
|
|
||
|
PROG= mkesdb_static
|
||
|
SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
|
||
|
citrus_lookup_factory.c
|
||
|
NO_MAN= yes
|
||
|
NO_SHARED= yes
|
||
|
|
||
|
build-tools: mkesdb_static
|
||
|
|
||
|
.include "${.CURDIR}/../mkesdb/Makefile.inc"
|
||
|
.include <bsd.prog.mk>
|