mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
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)
17 lines
399 B
Makefile
17 lines
399 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/lib/libc/iconv ${SRCTOP}/usr.bin/mkcsmapper
|
|
|
|
PROG= mkcsmapper_static
|
|
SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
|
|
citrus_lookup_factory.c citrus_pivot_factory.c
|
|
MAN=
|
|
NO_SHARED= yes
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
build-tools: mkcsmapper_static
|
|
|
|
.include "${SRCTOP}/usr.bin/mkcsmapper/Makefile.inc"
|
|
.include <bsd.prog.mk>
|
|
|
|
${PROG}: ${BUILD_TOOLS_META}
|