summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-06-28 13:07:58 +0000
committerkato <kato@FreeBSD.org>1999-06-28 13:07:58 +0000
commit4e506f57f0c264a3e30e51435872ee8100d8e4d9 (patch)
tree676c1d927889ebc45d62e0372471b191a1ceae6c /sys/pc98/conf
parent5ecb2e0dad28c2c9106b9f0d935131cbb4cfcbda (diff)
downloadFreeBSD-src-4e506f57f0c264a3e30e51435872ee8100d8e4d9.zip
FreeBSD-src-4e506f57f0c264a3e30e51435872ee8100d8e4d9.tar.gz
Sync with sys/i386/conf/Makefile.i386 revision 1.156.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/Makefile.pc986
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98
index 6f11b9e..e9b924a 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.63 1999/05/09 04:26:06 kato Exp $
+# $Id: Makefile.pc98,v 1.64 1999/05/10 09:00:29 kato Exp $
#
# Makefile for FreeBSD
#
@@ -49,7 +49,7 @@ CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
ASM_CFLAGS= -x assembler-with-cpp -DLOCORE ${CFLAGS}
# Use the default object format for genassym, etc.
-GEN_CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
+GEN_CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -UKERNEL
# Select the correct set of tools. Can't set OBJFORMAT here because it
# doesn't get exported into the environment, and if it were exported
@@ -135,7 +135,7 @@ ${KERNEL}: ${FULLKERNEL}
.endif
.endif
-${FULLKERNEL}: ${SYSTEM_DEP} vers.o
+${FULLKERNEL}: ${BEFORE_DEPEND} ${SYSTEM_DEP} vers.o
@rm -f ${.TARGET}
@echo linking ${.TARGET}
${SYSTEM_LD}
OpenPOWER on IntegriCloud