summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-04-28 15:48:49 +0000
committerkato <kato@FreeBSD.org>1997-04-28 15:48:49 +0000
commitecc4c74468524987f9653aa881febbbe0e4c430e (patch)
tree85aac28da8046a9a89fb2e3579256f53710b9a53 /sys/conf/Makefile.pc98
parent7a79f7c5cf90ad1cd09da19c81cfc1439cdbe15e (diff)
downloadFreeBSD-src-ecc4c74468524987f9653aa881febbbe0e4c430e.zip
FreeBSD-src-ecc4c74468524987f9653aa881febbbe0e4c430e.tar.gz
Synchronize with sys/i386/conf/Makefile.i386 revision 1.95.
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc988
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 5643b7b..7c0cf65 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/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.12 1997/03/22 18:54:10 kato Exp $
+# $Id: Makefile.pc98,v 1.13 1997/04/22 12:20:12 kato Exp $
#
# Makefile for FreeBSD
#
@@ -37,7 +37,7 @@ INCLUDES+= -I$S/../include
.else
INCLUDES+= -I/usr/include
.endif
-COPTS= ${INCLUDES} ${IDENT} -DKERNEL
+COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
LOAD_ADDRESS?= F0100000
.if defined(PROF)
@@ -140,13 +140,15 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
-genassym.o: ${I386}/i386/genassym.c Makefile
+genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h
rm -f ./machine ; ln -s ${I386}/include ./machine
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
genassym: genassym.o
${CC} ${CFLAGS} ${PARAM} genassym.o -o $@
+${OBJS}: opt_global.h
+
# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical.
depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
rm -f .newdep
OpenPOWER on IntegriCloud