summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-07-26 07:43:26 +0000
committerphk <phk@FreeBSD.org>1999-07-26 07:43:26 +0000
commit6023cfb17a2c0a7e428320fe91ceb9188a38e49b (patch)
tree9c9e2784a6572169c07bb7977314c38d5baadd33 /sys/conf
parentf63981f6b27764ca238633434c2d184582eeb6d0 (diff)
downloadFreeBSD-src-6023cfb17a2c0a7e428320fe91ceb9188a38e49b.zip
FreeBSD-src-6023cfb17a2c0a7e428320fe91ceb9188a38e49b.tar.gz
Pave the way for the fla driver.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3869
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 48d810f..e613804 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.252 1999/07/03 18:34:02 peter Exp $
+# $Id: files.i386,v 1.253 1999/07/03 19:19:34 peter Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -34,6 +34,12 @@ ukbdmap.h optional ukbd_dflt_keymap \
no-obj no-implicit-rule before-depend \
clean "ukbdmap.h"
#
+contrib/dev/fla/fla.c optional fla
+msysosak.o optional fla \
+ dependency "$S/contrib/dev/fla/i386/msysosak.o.uu" \
+ compile-with "uudecode < $S/contrib/dev/fla/i386/msysosak.o.uu" \
+ no-implicit-rule
+#
contrib/dev/oltr/if_oltr.c optional oltr
trlld.o optional oltr \
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
@@ -185,7 +191,6 @@ i386/isa/diskslice_machdep.c standard
i386/isa/elink.c optional ep
i386/isa/elink.c optional ie
isa/fd.c optional fd
-i386/isa/fla.c optional fla
i386/isa/gpib.c optional gp
i386/isa/gsc.c optional gsc
i386/isa/if_ar.c optional ar
OpenPOWER on IntegriCloud