From 1f561df24ff47d9015debba10ea9430a5bad643f Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 28 Nov 2010 18:44:13 +0000 Subject: [PATCH] Fix a comment --- share/mk/bsd.own.mk | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 88fc7e1950e6..f11a818022f9 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.643 2010/11/28 18:40:56 skrll Exp $ +# $NetBSD: bsd.own.mk,v 1.644 2010/11/28 18:44:13 skrll Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -38,10 +38,11 @@ RELEASEMACHINE?= ${MACHINE} NEED_OWN_INSTALL_TARGET?= yes # -# This lists the platforms which do not have working in-tree toolchains. -# For the in-tree gcc 3.3.2 toolchain, this list is empty. -# If some future port is not supported by the in-tree toolchain, this -# should be set to "yes" for that port only. +# This lists the platforms which do not have working in-tree toolchains. For +# the in-tree gcc toolchain, this list is empty. +# +# If some future port is not supported by the in-tree toolchain, this should +# be set to "yes" for that port only. # TOOLCHAIN_MISSING?= no