summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-08 23:27:16 +0000
committerjkh <jkh@FreeBSD.org>1996-06-08 23:27:16 +0000
commit91826e819af133ca9839fa2ec5087e87f336e699 (patch)
treebd1a8065d30ceda1e0825eb79e1c03c7d5f7c1ae /sys/i386
parent3d420212c7ea85c09391275efbfb726a5aa7d448 (diff)
downloadFreeBSD-src-91826e819af133ca9839fa2ec5087e87f336e699.zip
FreeBSD-src-91826e819af133ca9839fa2ec5087e87f336e699.tar.gz
Bring back the `config file in the kernel' feature from the 1.x days. This
is conditionalized by the INCLUDE_CONFIG_FILE option in your kernel config file and is not turned on by default. Submitted-By: Bill Pechter <pechter@shell.monmouth.com>
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/Makefile.i3867
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index c4aaf99..12eb799 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,7 @@
+# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.82 1996/05/07 23:19:46 wosch Exp $
+# $Id: Makefile.i386,v 1.83 1996/05/31 01:01:24 peter Exp $
#
# Makefile for FreeBSD
#
@@ -57,9 +58,9 @@ DRIVER_C_C= ${CC} -c ${CFLAGS} ${PROF} ${PARAM} $<
DRIVER_S= ${CC} -c -x assembler-with-cpp -DLOCORE ${COPTS} $<
PROFILE_C= ${CC} -c ${CFLAGS} ${PARAM} $<
-SYSTEM_CFILES= ioconf.c param.c vnode_if.c
+SYSTEM_CFILES= ioconf.c param.c vnode_if.c config.c
SYSTEM_SFILES= ${I386}/i386/locore.s
-SYSTEM_OBJS= locore.o vnode_if.o ${OBJS} ioconf.o param.o
+SYSTEM_OBJS= locore.o vnode_if.o ${OBJS} ioconf.o param.o config.o
SYSTEM_DEP= Makefile symbols.exclude symbols.sort ${SYSTEM_OBJS}
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
SYSTEM_LD= @${LD} -Bstatic -Z -T ${LOAD_ADDRESS} -o $@ -X ${SYSTEM_OBJS} vers.o
OpenPOWER on IntegriCloud