summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/Makefile.pc98
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/conf/Makefile.pc98')
-rw-r--r--sys/pc98/conf/Makefile.pc985
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98
index 744cd26..8ad826e 100644
--- a/sys/pc98/conf/Makefile.pc98
+++ b/sys/pc98/conf/Makefile.pc98
@@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.pc98,v 1.17 1997/05/31 12:39:08 kato Exp $
+# $Id: Makefile.pc98,v 1.18 1997/06/02 09:20:46 kato Exp $
#
# Makefile for FreeBSD
#
@@ -41,8 +41,9 @@ INCLUDES+= -I/usr/include
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
LOAD_ADDRESS?= F0100000
+DEFINED_PROF= ${PROF}
.if defined(PROF)
-PROF+= -malign-functions=4
+CFLAGS+= -malign-functions=4
.if ${PROFLEVEL} >= 2
IDENT+= -DGPROF4 -DGUPROF
PROF+= -mprofiler-epilogue
OpenPOWER on IntegriCloud