summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-25 03:27:09 +0000
committerobrien <obrien@FreeBSD.org>2002-03-25 03:27:09 +0000
commit3465b702962d2eb9471775d55640192a03327e53 (patch)
tree29c383f57b473c1991250a678b0214760223da31 /sys/conf
parentf9ddb022b35e76592e3fca6713fce676e61bb3c8 (diff)
downloadFreeBSD-src-3465b702962d2eb9471775d55640192a03327e53.zip
FreeBSD-src-3465b702962d2eb9471775d55640192a03327e53.tar.gz
Remove a FMT that was buried in here.
I have no idea why the original committer even used it (in its KERNFORMAT spelling) as there is no a.out version.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index c552a6e..ecae824 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -52,8 +52,8 @@ msysosak.o optional fla \
no-implicit-rule
#
trlld.o optional oltr \
- dependency "$S/contrib/dev/oltr/i386${FMT}.trlld.o.uu" \
- compile-with "uudecode < $S/contrib/dev/oltr/i386${FMT}.trlld.o.uu" \
+ dependency "$S/contrib/dev/oltr/i386-elf.trlld.o.uu" \
+ compile-with "uudecode < $S/contrib/dev/oltr/i386-elf.trlld.o.uu" \
no-implicit-rule
#
compat/linux/linux_file.c optional compat_linux
OpenPOWER on IntegriCloud