summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-10-09 21:47:16 +0000
committerasami <asami@FreeBSD.org>1996-10-09 21:47:16 +0000
commit8c4b57c465eeb8efd16bd3b8416454f8ab6c5185 (patch)
tree89e1d8c7c7558e413954ce87041b0b6005ce6673 /sys/conf/Makefile.pc98
parent130a49f9b81084ee94f9cf5c2122e5b4a7d1bde9 (diff)
downloadFreeBSD-src-8c4b57c465eeb8efd16bd3b8416454f8ab6c5185.zip
FreeBSD-src-8c4b57c465eeb8efd16bd3b8416454f8ab6c5185.tar.gz
Another round of updates. Highlights:
(1) Merged i386/i386/sb.h, deleted pc98/pc98/sb.h. (2) pc98/conf/GENERIC8 looks more like i386/conf/GENERIC now. (3) Fixed display bug in pc98/boot/biosboot/io.c. (4) Prepare to merge memory allocation routines: pc98/i386/locore.s pc98/i386/machdep.c pc98/pc98/pc98_machdep.c pc98/pc98/pc98_machdep.h (5) Support new board "C-NET(98)": pc98/pc98/if_ed98.h pc98/pc98/if_ed.c (6) Make sure FPU is recognized for non-Intel CPUs: pc98/pc98/npx.c (7) Do not expect bss to be zero-allocated: pc98/pc98/pc98.c Submitted by: The FreeBSD(98) Development Team
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc985
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 10f5742..03e5ac7 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.4 1996/09/03 10:23:11 asami Exp $
+# $Id: Makefile.pc98,v 1.5 1996/09/07 02:13:25 asami Exp $
#
# Makefile for FreeBSD
#
@@ -40,8 +40,7 @@ CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
# of material assistance.
#
COPTFLAGS?=-O
-# Not ready for -I- yet. #include "foo.h" where foo.h is in the srcdir fails.
-INCLUDES= -nostdinc -I. -I$S -I$S/sys
+INCLUDES= -nostdinc -I- -I. -I$S
# This hack is to allow kernel compiles to succeed on machines w/out srcdist
.if exists($S/../include)
INCLUDES+= -I$S/../include
OpenPOWER on IntegriCloud