Module Name:    src
Committed By:   wiz
Date:           Sat Dec 19 00:25:50 UTC 2015

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Fix pasto.


To generate a diff of this commit:
cvs rdiff -u -r1.882 -r1.883 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.882 src/share/mk/bsd.own.mk:1.883
--- src/share/mk/bsd.own.mk:1.882	Fri Dec 18 18:57:56 2015
+++ src/share/mk/bsd.own.mk	Sat Dec 19 00:25:50 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.882 2015/12/18 18:57:56 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.883 2015/12/19 00:25:50 wiz Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -496,7 +496,7 @@ TOOL_ROFF_RAW=		${TOOL_GROFF} -Z
 TOOL_RPCGEN=		rpcgen
 TOOL_SED=		sed
 TOOL_SOELIM=		soelim
-TOOL_SOELIM=		sortinfo
+TOOL_SORTINFO=		sortinfo
 TOOL_SPARKCRC=		sparkcrc
 TOOL_STAT=		stat
 TOOL_STRFILE=		strfile

Reply via email to