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:
parent
9bc318bff0
commit
e048f09fdf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45162
@ -1,7 +1,7 @@
|
|||||||
# This file tells config what files go into building a kernel,
|
# This file tells config what files go into building a kernel,
|
||||||
# files marked standard are always included.
|
# 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
|
# The long compile-with and dependency lines are required because of
|
||||||
# limitations in config: backslash-newline doesn't work in strings, and
|
# 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_wl.c optional wl device-driver
|
||||||
i386/isa/if_ze.c optional ze device-driver
|
i386/isa/if_ze.c optional ze device-driver
|
||||||
i386/isa/if_zp.c optional zp device-driver
|
i386/isa/if_zp.c optional zp device-driver
|
||||||
contrib/dev/oltr/if_oltr.c optional oltr device-driver \
|
contrib/dev/oltr/if_oltr.c optional oltr device-driver
|
||||||
dependency "contrib/dev/oltr/trlld.o"
|
trlld.o optional oltr device-driver \
|
||||||
contrib/dev/oltr/trlld.o optional oltr device-driver \
|
|
||||||
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||||
compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||||
no-implicit-rule
|
no-implicit-rule
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# This file tells config what files go into building a kernel,
|
# This file tells config what files go into building a kernel,
|
||||||
# files marked standard are always included.
|
# 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
|
# The long compile-with and dependency lines are required because of
|
||||||
# limitations in config: backslash-newline doesn't work in strings, and
|
# 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_wl.c optional wl device-driver
|
||||||
i386/isa/if_ze.c optional ze device-driver
|
i386/isa/if_ze.c optional ze device-driver
|
||||||
i386/isa/if_zp.c optional zp device-driver
|
i386/isa/if_zp.c optional zp device-driver
|
||||||
contrib/dev/oltr/if_oltr.c optional oltr device-driver \
|
contrib/dev/oltr/if_oltr.c optional oltr device-driver
|
||||||
dependency "contrib/dev/oltr/trlld.o"
|
trlld.o optional oltr device-driver \
|
||||||
contrib/dev/oltr/trlld.o optional oltr device-driver \
|
|
||||||
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||||
compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||||
no-implicit-rule
|
no-implicit-rule
|
||||||
|
Loading…
Reference in New Issue
Block a user