diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-25 03:27:09 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-25 03:27:09 +0000 |
| commit | 255fc25ad450f54e80b5414d2ea8f0b763d40fc6 (patch) | |
| tree | 29c383f57b473c1991250a678b0214760223da31 /sys/conf | |
| parent | c86556de7f82945bf38edb7ff1bf0b16e2aa6d33 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index c552a6e11442e..ecae824304259 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 |
