Add vfontedpr

This commit is contained in:
christos 2014-07-15 13:22:39 +00:00
parent 86eb29ab38
commit da52f38464

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.820 2014/07/06 18:22:03 dholland Exp $
# $NetBSD: bsd.own.mk,v 1.821 2014/07/15 13:22:39 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -377,6 +377,7 @@ TOOL_TBL= ${TOOLDIR}/bin/${_TOOL_PREFIX}tbl
TOOL_TIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}tic
TOOL_UUDECODE= ${TOOLDIR}/bin/${_TOOL_PREFIX}uudecode
TOOL_VGRIND= ${TOOLDIR}/bin/${_TOOL_PREFIX}vgrind -f
TOOL_VFONTEDPR ${TOOLDIR}/libexec/${_TOOL_PREFIX}/vfontedpr
TOOL_ZIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}zic
.else # USETOOLS != yes # } {
@ -480,6 +481,7 @@ TOOL_TBL= tbl
TOOL_TIC= tic
TOOL_UUDECODE= uudecode
TOOL_VGRIND= vgrind -f
TOOL_VFONTEDPR /usr/libexec/vfontedpr
TOOL_ZIC= zic
.endif # USETOOLS != yes # }