summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/pc98/loader/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 6c0341e..a9aabf6 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -7,6 +7,9 @@ STRIP=
NEWVERSWHAT= "bootstrap loader" pc98
BINDIR?= /boot
INSTALLFLAGS= -b
+.if !defined(LOADER_NO_AOUT_SUPPORT)
+LOADER_AOUT_SUPPORT= yes
+.endif
CFLAGS+= -DPC98
OpenPOWER on IntegriCloud