summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-28 01:28:21 +0000
committerobrien <obrien@FreeBSD.org>2002-03-28 01:28:21 +0000
commita9e6f07077954281dab4b9f852c6e54e8c14698a (patch)
treebcc784af53636428372edb780ab7ced734e85138 /sys/boot
parent28d6c29a104d5010bdefb987d1605f000870a7bc (diff)
downloadFreeBSD-src-a9e6f07077954281dab4b9f852c6e54e8c14698a.zip
FreeBSD-src-a9e6f07077954281dab4b9f852c6e54e8c14698a.tar.gz
Not all platforms have and want a.out format support.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc
index b6c3acf..bf76992 100644
--- a/sys/boot/common/Makefile.inc
+++ b/sys/boot/common/Makefile.inc
@@ -1,9 +1,13 @@
# $FreeBSD$
SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c
-SRCS+= interp_backslash.c interp_parse.c load_aout.c load_elf.c ls.c misc.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
OpenPOWER on IntegriCloud