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)
11 lines
154 B
Makefile
11 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/lib/libc/iconv
|
|
|
|
PROG= mkesdb
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
.include <bsd.prog.mk>
|