diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-03-30 11:18:30 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-03-30 11:18:30 +0000 |
| commit | bd30f72967f54ffa5244f3a3387c30977e6638e2 (patch) | |
| tree | 84644d9cb3546d3d91c3881d27a7a06f7fd9b363 /sys/boot | |
| parent | 7e2437190c72ccf3d0edd6796df7e06a41d394ad (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -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 6c0341ee0b21..a9aabf609f0e 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 |
