diff options
-rw-r--r-- | sys/boot/pc98/loader/Makefile | 3 |
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 |