Module Name: src
Committed By: christos
Date: Tue Jul 15 13:27:04 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
stray slash
To generate a diff of this commit:
cvs rdiff -u -r1.822 -r1.823 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.822 src/share/mk/bsd.own.mk:1.823
--- src/share/mk/bsd.own.mk:1.822 Tue Jul 15 09:25:40 2014
+++ src/share/mk/bsd.own.mk Tue Jul 15 09:27:04 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.822 2014/07/15 13:25:40 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.823 2014/07/15 13:27:04 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -377,7 +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_VFONTEDPR= ${TOOLDIR}/libexec/${_TOOL_PREFIX}vfontedpr
TOOL_ZIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}zic
.else # USETOOLS != yes # } {