From 3a9fd31666735fef020ad537ee5d25ff9651c9e4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 26 Apr 2010 18:58:32 +0000 Subject: first step of unification: spaces at end of lines; comments, etc. ok miod --- sys/arch/solbourne/conf/Makefile.solbourne | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sys/arch/solbourne/conf') diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne index 2a74d08f2ac..70145bba2a2 100644 --- a/sys/arch/solbourne/conf/Makefile.solbourne +++ b/sys/arch/solbourne/conf/Makefile.solbourne @@ -1,7 +1,5 @@ -# $OpenBSD: Makefile.solbourne,v 1.12 2009/10/19 19:46:56 guenther Exp $ +# $OpenBSD: Makefile.solbourne,v 1.13 2010/04/26 18:58:31 deraadt Exp $ -# Makefile for OpenBSD -# # This makefile is constructed from a machine description: # config machineid # Most changes should be made in the machine description @@ -18,8 +16,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 -- cgit v1.2.3