a35f04fba2
Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice)
18 lines
360 B
Makefile
18 lines
360 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/lib/libc/iconv ${SRCTOP}/usr.bin/mkesdb
|
|
|
|
PROG= mkesdb_static
|
|
SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
|
|
citrus_lookup_factory.c
|
|
MAN=
|
|
NO_SHARED= yes
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
build-tools: mkesdb_static
|
|
|
|
.include "${SRCTOP}/usr.bin/mkesdb/Makefile.inc"
|
|
.include <bsd.prog.mk>
|
|
|
|
${PROG}: ${BUILD_TOOLS_META}
|