Module Name: src Committed By: christos Date: Thu May 27 11:24:58 UTC 2021
Modified Files: src/share/mk: bsd.own.mk Log Message: remove dup line (thanks rillig) To generate a diff of this commit: cvs rdiff -u -r1.1249 -r1.1250 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.1249 src/share/mk/bsd.own.mk:1.1250 --- src/share/mk/bsd.own.mk:1.1249 Thu May 27 02:58:27 2021 +++ src/share/mk/bsd.own.mk Thu May 27 07:24:58 2021 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1249 2021/05/27 06:58:27 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1250 2021/05/27 11:24:58 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -425,7 +425,6 @@ MKDEPCXX= CC=${CXX:Q} ${TOOLDIR}/bin/${_ PAXCTL= ${TOOLDIR}/bin/${_TOOL_PREFIX}paxctl TSORT= ${TOOLDIR}/bin/${_TOOL_PREFIX}tsort -q YACC= ${TOOLDIR}/bin/${_TOOL_PREFIX}yacc -YACC= ${TOOLDIR}/bin/${_TOOL_PREFIX}yacc TOOL_AMIGAAOUT2BB= ${TOOLDIR}/bin/${_TOOL_PREFIX}amiga-aout2bb TOOL_AMIGAELF2BB= ${TOOLDIR}/bin/${_TOOL_PREFIX}amiga-elf2bb