e44885ac01
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
233 B
Makefile
12 lines
233 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
ESDBDIR?= /usr/share/i18n/esdb
|
|
.if ${MK_STAGING} == "yes"
|
|
MKESDB= ${STAGE_HOST_OBJTOP}/usr/bin/mkesdb_static
|
|
.endif
|
|
MKESDB?= ${.OBJDIR:H:H:H}/usr.bin/mkesdb_static/mkesdb_static
|