diff options
Diffstat (limited to 'sys/arch/hppa64/conf')
-rw-r--r-- | sys/arch/hppa64/conf/Makefile.hppa64 | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64 index 54d12cb6264..41930a7acfe 100644 --- a/sys/arch/hppa64/conf/Makefile.hppa64 +++ b/sys/arch/hppa64/conf/Makefile.hppa64 @@ -1,7 +1,5 @@ -# $OpenBSD: Makefile.hppa64,v 1.11 2009/10/19 19:46:56 guenther Exp $ +# $OpenBSD: Makefile.hppa64,v 1.12 2010/04/26 18:58:30 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 <bsd.own.mk> @@ -117,9 +115,6 @@ param.o: param.c Makefile mcount.o: $S/lib/libkern/mcount.c Makefile ${NORMAL_C_NOP} -mcount.o: $S/lib/libkern/mcount.c Makefile - ${NORMAL_C_NOP} - ioconf.o: ioconf.c ${NORMAL_C} @@ -169,14 +164,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 assym.h machdep.o: Makefile -# depend on CPU configuration +# depend on CPU configuration locore.o machdep.o trap.o: Makefile locore.o: ${HPPA}/hppa64/locore.S assym.h |