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/sparc/conf | |
parent | 67022400e72d2b80461fa3e8bd6d236e38bbd6cf (diff) |
first step of unification: spaces at end of lines; comments, etc.
ok miod
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index 2fd1fce6eb5..d9f3df546ac 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,8 +1,5 @@ -# $OpenBSD: Makefile.sparc,v 1.48 2009/10/19 19:46:56 guenther Exp $ -# $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ +# $OpenBSD: Makefile.sparc,v 1.49 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 @@ -19,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 <bsd.own.mk> @@ -182,14 +179,14 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk # depend on root or device configuration autoconf.o conf.o: Makefile - -# depend on network or filesystem configuration -uipc_proto.o vfs_conf.o: Makefile + +# depend on network or filesystem configuration +uipc_proto.o vfs_conf.o: Makefile # depend on maxusers machdep.o: Makefile -# depend on CPU configuration +# depend on CPU configuration bwtwo.o cgsix.o cgthree.o cgtwo.o cons.o dma.o esp.o fb.o if_ie.o: Makefile ms.c obio.o zs.c autoconf.o clock.o cpu.o disksubr.o locore.o: Makefile machdep.o mem.o openprom.o pmap.o vm_machdep.o: Makefile |