summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/conf/Makefile.sgi9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi
index 9175bacf386..70d5d13407f 100644
--- a/sys/arch/sgi/conf/Makefile.sgi
+++ b/sys/arch/sgi/conf/Makefile.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sgi,v 1.26 2010/01/03 14:17:27 miod Exp $
+# $OpenBSD: Makefile.sgi,v 1.27 2010/04/26 18:58:31 deraadt Exp $
# Makefile for OpenBSD
#
@@ -7,7 +7,7 @@
# Most changes should be made in the machine description
# /sys/arch/sgi/conf/``machineid''
# after which you should do
-# config ``machineid''
+# config ``machineid''
# Machine generic makefile changes should be made in
# /sys/arch/sgi/conf/Makefile.``machinetype''
# after which config should be rerun for all machines of that type.
@@ -18,9 +18,8 @@
# -DTRACE compile in kernel tracing hooks
# -DQUOTA compile in file system quotas
-
-# DEBUG is set to -g if debugging
-# PROF is set to -pg if profiling
+# DEBUG is set to -g by config if debugging is requested (config -g).
+# PROF is set to -pg by config if profiling is requested (config -p).
.include <bsd.own.mk>