Fixup a comment.

This commit is contained in:
briggs 1995-07-04 03:30:11 +00:00
parent 00fd6050b6
commit 4d6ed092f1
1 changed files with 2 additions and 3 deletions

View File

@ -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}