diff options
author | peter <peter@FreeBSD.org> | 2002-08-29 02:02:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-08-29 02:02:28 +0000 |
commit | d9c1d583948d87d54f5cc3d56497e04cb8474253 (patch) | |
tree | c010a8baa5d6092d00ac00a8db1a49569921c34b /sys/boot/common | |
parent | 970672f6302174cb51c142fb6510accf86efc636 (diff) | |
download | FreeBSD-src-d9c1d583948d87d54f5cc3d56497e04cb8474253.zip FreeBSD-src-d9c1d583948d87d54f5cc3d56497e04cb8474253.tar.gz |
Initiate deorbit burn of i386 a.out kld "support" in loader. Note that
this was quite broken, it never was updated for metadata support.
The a.out kld file support was never really used, as it wasn't necessary.
You could always load elf kld's, even in an a.out kernel.
Diffstat (limited to 'sys/boot/common')
-rw-r--r-- | sys/boot/common/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc index bf76992..3f6c910 100644 --- a/sys/boot/common/Makefile.inc +++ b/sys/boot/common/Makefile.inc @@ -4,10 +4,6 @@ SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c SRCS+= interp_backslash.c interp_parse.c load_elf.c ls.c misc.c SRCS+= module.c panic.c -.if defined(LOADER_AOUT_SUPPORT) -SRCS+= load_aout.c -.endif - .if defined(LOADER_NET_SUPPORT) SRCS+= dev_net.c .endif |