diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-26 18:58:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-26 18:58:32 +0000 |
commit | 3a9fd31666735fef020ad537ee5d25ff9651c9e4 (patch) | |
tree | fd98d9e24c2082085be34cb1b223a6f1631f0ed0 /sys/arch/mvmeppc | |
parent | 67022400e72d2b80461fa3e8bd6d236e38bbd6cf (diff) |
first step of unification: spaces at end of lines; comments, etc.
ok miod
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/conf/Makefile.mvmeppc | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 0d4a5822772..139ddb5e5c8 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,7 +1,5 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.31 2009/10/19 19:46:56 guenther Exp $ -# -# Makefile for OpenBSD PowerPC -# +# $OpenBSD: Makefile.mvmeppc,v 1.32 2010/04/26 18:58:30 deraadt Exp $ + # This makefile is constructed from a machine description: # config machineid # Most changes should be made in the machine description @@ -18,13 +16,14 @@ # -DTRACE compile in kernel tracing hooks # -DQUOTA compile in file system quotas # -.SUFFIXES: .S .c .o -# 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> +.SUFFIXES: .S .c .o + MKDEP?= mkdep STRIP?= strip SIZE?= size |