summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-04-20 09:07:19 +0000
committerkato <kato@FreeBSD.org>1999-04-20 09:07:19 +0000
commitfd6afc20ab46edd8e62a1b6073cf897c334d2dd6 (patch)
treefdcc114573fac811320e066606a60c3325381e8c /sys/pc98
parent97ded58fd707fcfde2592984e0da4656a0bde70f (diff)
downloadFreeBSD-src-fd6afc20ab46edd8e62a1b6073cf897c334d2dd6.zip
FreeBSD-src-fd6afc20ab46edd8e62a1b6073cf897c334d2dd6.tar.gz
Sync with sys/i386/conf/Makefile.i386 revision 1.147.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/Makefile.pc984
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98
index 78ffe97..39da6ee 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.59 1999/04/11 03:40:11 grog Exp $
+# $Id: Makefile.pc98,v 1.60 1999/04/18 14:42:14 kato Exp $
#
# Makefile for FreeBSD
#
@@ -41,7 +41,7 @@ INCLUDES+= -I$S/../include
.else
INCLUDES+= -I/usr/include
.endif
-COPTS= ${INCLUDES} ${IDENT} -DKERNEL -DVM_STACK -include opt_global.h
+COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
# XXX LOCORE means "don't declare C stuff" not "for locore.s".
OpenPOWER on IntegriCloud