From 4d6ed092f1c25eae6bf6798dc0b1174c775a502d Mon Sep 17 00:00:00 2001 From: briggs Date: Tue, 4 Jul 1995 03:30:11 +0000 Subject: [PATCH] Fixup a comment. --- sys/arch/mac68k/conf/Makefile.mac68k | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index b35a2ec1b02e..a92efcac09d4 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mac68k,v 1.22 1995/06/25 14:02:09 briggs Exp $ +# $NetBSD: Makefile.mac68k,v 1.23 1995/07/04 03:30:11 briggs Exp $ # Makefile for NetBSD for the mac # Derived from makefile for hp300 from NetBSD @@ -19,8 +19,7 @@ # -DTRACE compile in kernel tracing hooks # -DQUOTA compile in file system quotas - -# DEBUG is set to -g by config if debugging is requested (config -g). +# DEBUG is set to -g by "makeoptions DEBUG=-g" # PROF is set to -pg by config if profiling is requested (config -p). AS= /usr/bin/as ${DEBUG} CC= /usr/bin/cc ${DEBUG}