Module Name:    src
Committed By:   kalvisd
Date:           Wed Oct 23 00:50:47 UTC 2024

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

Log Message:
declare vax-mopcopy to be a build tool

OK rin@


To generate a diff of this commit:
cvs rdiff -u -r1.1407 -r1.1408 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.1407 src/share/mk/bsd.own.mk:1.1408
--- src/share/mk/bsd.own.mk:1.1407	Wed Oct 16 11:02:00 2024
+++ src/share/mk/bsd.own.mk	Wed Oct 23 00:50:47 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1407 2024/10/16 11:02:00 macallan Exp $
+#	$NetBSD: bsd.own.mk,v 1.1408 2024/10/23 00:50:47 kalvisd Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -569,6 +569,7 @@ TOOL_SUNLABEL=		${TOOLDIR}/bin/${_TOOL_P
 TOOL_TBL=		${TOOLDIR}/bin/${_TOOL_PREFIX}tbl
 TOOL_TIC=		${TOOLDIR}/bin/${_TOOL_PREFIX}tic
 TOOL_UUDECODE=		${TOOLDIR}/bin/${_TOOL_PREFIX}uudecode
+TOOL_VAXMOPCOPY=	${TOOLDIR}/bin/${_TOOL_PREFIX}vax-mopcopy
 TOOL_VGRIND=		${TOOLDIR}/bin/${_TOOL_PREFIX}vgrind -f
 TOOL_VFONTEDPR=		${TOOLDIR}/libexec/${_TOOL_PREFIX}vfontedpr
 TOOL_ZIC=		${TOOLDIR}/bin/${_TOOL_PREFIX}zic
@@ -685,6 +686,7 @@ TOOL_SUNLABEL=		sunlabel
 TOOL_TBL=		tbl
 TOOL_TIC=		tic
 TOOL_UUDECODE=		uudecode
+TOOL_VAXMOPCOPY=	vax-mopcopy
 TOOL_VGRIND=		vgrind -f
 TOOL_VFONTEDPR=		/usr/libexec/vfontedpr
 TOOL_ZIC=		zic

Reply via email to