1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix the oltr entries.

This commit is contained in:
Eivind Eklund 1999-03-30 21:32:43 +00:00
parent 9bc318bff0
commit e048f09fdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45162
2 changed files with 6 additions and 8 deletions

View File

@ -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.230 1999/03/28 18:57:20 sos Exp $
# $Id: files.i386,v 1.231 1999/03/29 17:56:28 ken Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -154,9 +154,8 @@ i386/isa/if_sr.c optional sr device-driver
i386/isa/if_wl.c optional wl device-driver
i386/isa/if_ze.c optional ze device-driver
i386/isa/if_zp.c optional zp device-driver
contrib/dev/oltr/if_oltr.c optional oltr device-driver \
dependency "contrib/dev/oltr/trlld.o"
contrib/dev/oltr/trlld.o optional oltr device-driver \
contrib/dev/oltr/if_oltr.c optional oltr device-driver
trlld.o optional oltr device-driver \
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
no-implicit-rule

View File

@ -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.230 1999/03/28 18:57:20 sos Exp $
# $Id: files.i386,v 1.231 1999/03/29 17:56:28 ken Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -154,9 +154,8 @@ i386/isa/if_sr.c optional sr device-driver
i386/isa/if_wl.c optional wl device-driver
i386/isa/if_ze.c optional ze device-driver
i386/isa/if_zp.c optional zp device-driver
contrib/dev/oltr/if_oltr.c optional oltr device-driver \
dependency "contrib/dev/oltr/trlld.o"
contrib/dev/oltr/trlld.o optional oltr device-driver \
contrib/dev/oltr/if_oltr.c optional oltr device-driver
trlld.o optional oltr device-driver \
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
no-implicit-rule