From 7546f6c86becb2260e80db83ad351e798ad52dc1 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Fri, 7 Sep 2007 02:43:49 +0000 Subject: [PATCH] Fix typo. Reported-by: "Trevor Kendall" --- etc/defaults/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 62ab3f2c4e..186e23a99f 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,5 +1,5 @@ # $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.80 2003/02/15 16:34:56 trhodes Exp $ -# $DragonFly: src/etc/defaults/make.conf,v 1.31 2007/09/05 22:11:01 pavalos Exp $ +# $DragonFly: src/etc/defaults/make.conf,v 1.32 2007/09/07 02:43:49 pavalos Exp $ # # NOTE: Please would any committer updating this file also update the # make.conf(5) manual page, if necessary, which is located in @@ -98,7 +98,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #NO_CVS= true # do not build CVS #NO_FORTRAN= true # do not build g77 and related libraries #NO_GAMES= true # do not enter the games subdirectory -#NO_GCC34 true # do not build gcc-3.4 +#NO_GCC34= true # do not build gcc-3.4 #NO_GDB= true # do not build GDB #NO_I4B= true # do not build isdn4bsd package #NO_IPFILTER= true # do not build IP Filter package -- 2.41.0