summaryrefslogtreecommitdiff
path: root/sys/arch/armish/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-27 05:07:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-27 05:07:30 +0000
commit99a051ba8940452f11660b1432e70eb8404a4a4f (patch)
tree8b87758f6275277d232cf8210c040d625baebaab /sys/arch/armish/conf
parent1b69978d60a42b9aa2d17f80177786b00ba98262 (diff)
noone needs comments about QUOTA and TRACE
Diffstat (limited to 'sys/arch/armish/conf')
-rw-r--r--sys/arch/armish/conf/Makefile.armish6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/armish/conf/Makefile.armish b/sys/arch/armish/conf/Makefile.armish
index 50cfdce2cae..f19c19a4c7b 100644
--- a/sys/arch/armish/conf/Makefile.armish
+++ b/sys/arch/armish/conf/Makefile.armish
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.armish,v 1.19 2010/04/27 05:05:21 deraadt Exp $
+# $OpenBSD: Makefile.armish,v 1.20 2010/04/27 05:07:28 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -12,10 +12,6 @@
#
# N.B.: NO DEPENDENCIES ON FOLLOWING FLAGS ARE VISIBLE TO MAKEFILE
# IF YOU CHANGE THE DEFINITION OF ANY OF THESE RECOMPILE EVERYTHING
-#
-# -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).
# PROF is set to -pg by config if profiling is requested (config -p).