summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-10-09 21:47:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-10-09 21:47:16 +0000
commitdffcea8d5f749c064efb1450bd5aa3e712f1d0c3 (patch)
tree89e1d8c7c7558e413954ce87041b0b6005ce6673 /sys/conf
parent04422105e36c724a44a304fa59ad590f309db3f2 (diff)
Notes
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.pc985
-rw-r--r--sys/conf/options.pc987
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 10f5742307c5..03e5ac7a8d79 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
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 98c7223e0518..9a589f3148e9 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.3 1996/09/10 09:37:14 asami Exp $
+# $Id: options.pc98,v 1.4 1996/09/12 11:09:21 asami Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@@ -23,11 +23,15 @@ PCVT_FREEBSD opt_pcvt.h
PCVT_SCANSET opt_pcvt.h
XSERVER opt_pcvt.h
+AHC_TAGENABLE opt_aic7xxx.h
+AHC_SCBPAGING_ENABLE opt_aic7xxx.h
+
CLK_CALIBRATION_LOOP opt_clock.h
CLK_USE_I8254_CALIBRATION opt_clock.h
CLK_USE_I586_CALIBRATION opt_clock.h
SC_KBD_PROBE_WORKS opt_syscons.h
+SC_SPLASH_SCREEN opt_syscons.h
MAXCONS opt_syscons.h
SLOW_VGA opt_syscons.h
XT_KEYBOARD opt_syscons.h
@@ -37,3 +41,4 @@ ATAPI_STATIC opt_atapi.h
USERCONFIG opt_userconfig.h
VISUAL_USERCONFIG opt_userconfig.h
+USERCONFIG_BOOT opt_userconfig.h