Module Name: src
Committed By: christos
Date: Tue Jul 15 13:22:39 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Add vfontedpr
To generate a diff of this commit:
cvs rdiff -u -r1.820 -r1.821 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.820 src/share/mk/bsd.own.mk:1.821
--- src/share/mk/bsd.own.mk:1.820 Sun Jul 6 14:22:03 2014
+++ src/share/mk/bsd.own.mk Tue Jul 15 09:22:39 2014
@@ -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
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 # }